Html Css Color HEX #C09E02 Buddha Gold

📋 copy color: '#C09E02'

red 192 ◦ green 158 ◦ blue 2

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

Shades of Buddha Gold #C09E02

Tints of Buddha Gold #C09E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 54.55%
G = 44.89%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09E02 (or 0xC09E02) is known color: Buddha Gold. HEX triplet: C0, 9E and 02. RGB value is (192,158,2). Sum of RGB (Red+Green+Blue) = 192+158+2=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E02 is #3F61FD. Grayscale: #979797. Windows color (decimal): -4153854 or 171712. OLE color: 171712.

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

Color convert

RGB 192 158 2 -
CMYK 0 0.18 0.99 0.25
HSL 49.26º 0.98% 0.38% -
HSV(B) 49.26º 0.99% 0.75% -
XYZ 33.98 35.66 5.15 -
YUV 150.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 192 158 2 0 0.18 0.99 0.25 49.26 0.98 0.38
Hex C0 9E 2 0 12 63 19 31 62 26
Octal 300 236 2 0 22 143 31 61 142 46
Binary 11000000 10011110 10 0 10010 1100011 11001 110001 1100010 100110

Color Harmonies of #C09E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E02

Black with #C09E02

Text Example


Text Example

White with #C09E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E02; }

 p { color: rgb(192,158,2); }

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

background-color css

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

 a { background-color: rgb(192,158,2); }

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

border-color css

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

 span { border-color: rgb(192,158,2); }

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