Html Css Color HEX #C09C04 Buddha Gold

📋 copy color: '#C09C04'

red 192 ◦ green 156 ◦ blue 4

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

Shades of Buddha Gold #C09C04

Tints of Buddha Gold #C09C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 54.55%
G = 44.32%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09C04 (or 0xC09C04) is known color: Buddha Gold. HEX triplet: C0, 9C and 04. RGB value is (192,156,4). Sum of RGB (Red+Green+Blue) = 192+156+4=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C04 is #3F63FB. Grayscale: #969696. Windows color (decimal): -4154364 or 302272. OLE color: 302272.

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

Color convert

RGB 192 156 4 -
CMYK 0 0.19 0.98 0.25
HSL 48.51º 0.96% 0.38% -
HSV(B) 48.51º 0.98% 0.75% -
XYZ 33.65 34.99 5.1 -
YUV 149.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 192 156 4 0 0.19 0.98 0.25 48.51 0.96 0.38
Hex C0 9C 4 0 13 62 19 31 60 26
Octal 300 234 4 0 23 142 31 61 140 46
Binary 11000000 10011100 100 0 10011 1100010 11001 110001 1100000 100110

Color Harmonies of #C09C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C04

Black with #C09C04

Text Example


Text Example

White with #C09C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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