Html Css Color HEX #C09B03 Buddha Gold

📋 copy color: '#C09B03'

red 192 ◦ green 155 ◦ blue 3

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

Shades of Buddha Gold #C09B03

Tints of Buddha Gold #C09B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 54.86%
G = 44.29%
B = 0.86%

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

#C09B03 (or 0xC09B03) is known color: Buddha Gold. HEX triplet: C0, 9B and 03. RGB value is (192,155,3). Sum of RGB (Red+Green+Blue) = 192+155+3=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B03 is #3F64FC. Grayscale: #959595. Windows color (decimal): -4154621 or 236480. OLE color: 236480.

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

Color convert

RGB 192 155 3 -
CMYK 0 0.19 0.98 0.25
HSL 48.25º 0.97% 0.38% -
HSV(B) 48.25º 0.98% 0.75% -
XYZ 33.48 34.66 5.01 -
YUV 148.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 192 155 3 0 0.19 0.98 0.25 48.25 0.97 0.38
Hex C0 9B 3 0 13 62 19 30 61 26
Octal 300 233 3 0 23 142 31 60 141 46
Binary 11000000 10011011 11 0 10011 1100010 11001 110000 1100001 100110

Color Harmonies of #C09B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B03

Black with #C09B03

Text Example


Text Example

White with #C09B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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