Html Css Color HEX #C09B05 Buddha Gold

📋 copy color: '#C09B05'

red 192 ◦ green 155 ◦ blue 5

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

Shades of Buddha Gold #C09B05

Tints of Buddha Gold #C09B05

RGB

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

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

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

R = 54.55%
G = 44.03%
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

#C09B05 (or 0xC09B05) is known color: Buddha Gold. HEX triplet: C0, 9B and 05. RGB value is (192,155,5). Sum of RGB (Red+Green+Blue) = 192+155+5=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B05 is #3F64FA. Grayscale: #959595. Windows color (decimal): -4154619 or 367552. OLE color: 367552.

HSL color Cylindrical-coordinate representation of color #C09B05: hue angle of 48.13º 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 #C09B05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 5 -
CMYK 0 0.19 0.97 0.25
HSL 48.13º 0.95% 0.39% -
HSV(B) 48.13º 0.97% 0.75% -
XYZ 33.49 34.66 5.07 -
YUV 148.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 192 155 5 0 0.19 0.97 0.25 48.13 0.95 0.39
Hex C0 9B 5 0 13 61 19 30 5F 27
Octal 300 233 5 0 23 141 31 60 137 47
Binary 11000000 10011011 101 0 10011 1100001 11001 110000 1011111 100111

Color Harmonies of #C09B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B05

Black with #C09B05

Text Example


Text Example

White with #C09B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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