Html Css Color HEX #C89E1E Buddha Gold

📋 copy color: '#C89E1E'

red 200 ◦ green 158 ◦ blue 30

#C89E1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C89E1E

Tints of Buddha Gold #C89E1E

RGB

 RED value IS 200 (78.52% from 255) = 51.55%

 GREEN value IS 158 (62.11% from 255) = 40.72%

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 51.55%
G = 40.72%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C89E1E (or 0xC89E1E) is known color: Buddha Gold. HEX triplet: C8, 9E and 1E. RGB value is (200,158,30). Sum of RGB (Red+Green+Blue) = 200+158+30=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E1E is #3761E1. Grayscale: #9C9C9C. Windows color (decimal): -3629538 or 2006728. OLE color: 2006728.

HSL color Cylindrical-coordinate representation of color #C89E1E: hue angle of 45.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C89E1E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 30 -
CMYK 0 0.21 0.85 0.22
HSL 45.18º 0.74% 0.45% -
HSV(B) 45.18º 0.85% 0.78% -
XYZ 36.28 36.83 6.42 -
YUV 155.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 200 158 30 0 0.21 0.85 0.22 45.18 0.74 0.45
Hex C8 9E 1E 0 15 55 16 2D 4A 2D
Octal 310 236 36 0 25 125 26 55 112 55
Binary 11001000 10011110 11110 0 10101 1010101 10110 101101 1001010 101101

Color Harmonies of #C89E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E1E

Black with #C89E1E

Text Example


Text Example

White with #C89E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E1E; }

 p { color: rgb(200,158,30); }

 H1.HeaderClassName
 {
   color: #C89E1E;
 }
 .AnyTagClassName
 {
   color: #C89E1E;
 }
</style>

background-color css

<style>
 a { background-color: #C89E1E; }

 a { background-color: rgb(200,158,30); }

 div.DivClassName
 {
   background-color: #C89E1E;
 }
 .BgClassName
 {
   background-color: #C89E1E;
 }
</style>

border-color css

<style>
 span { border-color: #C89E1E; }

 span { border-color: rgb(200,158,30); }

 td.TdClassName
 {
   border-color: #C89E1E;
 }
 .TagClassName
 {
   border-color: #C89E1E;
 }
</style>