Html Css Color HEX #C09B08 Buddha Gold

📋 copy color: '#C09B08'

red 192 ◦ green 155 ◦ blue 8

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

Shades of Buddha Gold #C09B08

Tints of Buddha Gold #C09B08

RGB

 RED value IS 192 (75.39% from 255) = 54.08%

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 54.08%
G = 43.66%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C09B08 (or 0xC09B08) is known color: Buddha Gold. HEX triplet: C0, 9B and 08. RGB value is (192,155,8). Sum of RGB (Red+Green+Blue) = 192+155+8=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B08 is #3F64F7. Grayscale: #959595. Windows color (decimal): -4154616 or 564160. OLE color: 564160.

HSL color Cylindrical-coordinate representation of color #C09B08: hue angle of 47.93º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09B08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 8 -
CMYK 0 0.19 0.96 0.25
HSL 47.93º 0.92% 0.39% -
HSV(B) 47.93º 0.96% 0.75% -
XYZ 33.5 34.67 5.16 -
YUV 149.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 192 155 8 0 0.19 0.96 0.25 47.93 0.92 0.39
Hex C0 9B 8 0 13 60 19 30 5C 27
Octal 300 233 10 0 23 140 31 60 134 47
Binary 11000000 10011011 1000 0 10011 1100000 11001 110000 1011100 100111

Color Harmonies of #C09B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B08

Black with #C09B08

Text Example


Text Example

White with #C09B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B08; }

 p { color: rgb(192,155,8); }

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

background-color css

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

 a { background-color: rgb(192,155,8); }

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

border-color css

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

 span { border-color: rgb(192,155,8); }

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