Html Css Color HEX #C09B09 Buddha Gold

📋 copy color: '#C09B09'

red 192 ◦ green 155 ◦ blue 9

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

Shades of Buddha Gold #C09B09

Tints of Buddha Gold #C09B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.53%

R = 53.93%
G = 43.54%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C09B09 (or 0xC09B09) is known color: Buddha Gold. HEX triplet: C0, 9B and 09. RGB value is (192,155,9). Sum of RGB (Red+Green+Blue) = 192+155+9=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B09 is #3F64F6. Grayscale: #969696. Windows color (decimal): -4154615 or 629696. OLE color: 629696.

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

Color convert

RGB 192 155 9 -
CMYK 0 0.19 0.95 0.25
HSL 47.87º 0.91% 0.39% -
HSV(B) 47.87º 0.95% 0.75% -
XYZ 33.51 34.67 5.18 -
YUV 149.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 192 155 9 0 0.19 0.95 0.25 47.87 0.91 0.39
Hex C0 9B 9 0 13 5F 19 30 5B 27
Octal 300 233 11 0 23 137 31 60 133 47
Binary 11000000 10011011 1001 0 10011 1011111 11001 110000 1011011 100111

Color Harmonies of #C09B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B09

Black with #C09B09

Text Example


Text Example

White with #C09B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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