Html Css Color HEX #C09C05 Buddha Gold

📋 copy color: '#C09C05'

red 192 ◦ green 156 ◦ blue 5

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

Shades of Buddha Gold #C09C05

Tints of Buddha Gold #C09C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 54.39%
G = 44.19%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09C05 (or 0xC09C05) is known color: Buddha Gold. HEX triplet: C0, 9C and 05. RGB value is (192,156,5). Sum of RGB (Red+Green+Blue) = 192+156+5=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C05 is #3F63FA. Grayscale: #969696. Windows color (decimal): -4154363 or 367808. OLE color: 367808.

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

Color convert

RGB 192 156 5 -
CMYK 0 0.19 0.97 0.25
HSL 48.45º 0.95% 0.39% -
HSV(B) 48.45º 0.97% 0.75% -
XYZ 33.65 34.99 5.12 -
YUV 149.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 192 156 5 0 0.19 0.97 0.25 48.45 0.95 0.39
Hex C0 9C 5 0 13 61 19 30 5F 27
Octal 300 234 5 0 23 141 31 60 137 47
Binary 11000000 10011100 101 0 10011 1100001 11001 110000 1011111 100111

Color Harmonies of #C09C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C05

Black with #C09C05

Text Example


Text Example

White with #C09C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C05; }

 p { color: rgb(192,156,5); }

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

background-color css

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

 a { background-color: rgb(192,156,5); }

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

border-color css

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

 span { border-color: rgb(192,156,5); }

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