Html Css Color HEX #C0A208 Buddha Gold

📋 copy color: '#C0A208'

red 192 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #C0A208

Tints of Buddha Gold #C0A208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 53.04%
G = 44.75%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C0A208 (or 0xC0A208) is known color: Buddha Gold. HEX triplet: C0, A2 and 08. RGB value is (192,162,8). Sum of RGB (Red+Green+Blue) = 192+162+8=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A208 is #3F5DF7. Grayscale: #9A9A9A. Windows color (decimal): -4152824 or 565952. OLE color: 565952.

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

Color convert

RGB 192 162 8 -
CMYK 0 0.16 0.96 0.25
HSL 50.22º 0.92% 0.39% -
HSV(B) 50.22º 0.96% 0.75% -
XYZ 34.7 37.06 5.55 -
YUV 153.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 192 162 8 0 0.16 0.96 0.25 50.22 0.92 0.39
Hex C0 A2 8 0 10 60 19 32 5C 27
Octal 300 242 10 0 20 140 31 62 134 47
Binary 11000000 10100010 1000 0 10000 1100000 11001 110010 1011100 100111

Color Harmonies of #C0A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A208

Black with #C0A208

Text Example


Text Example

White with #C0A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A208; }

 p { color: rgb(192,162,8); }

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

background-color css

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

 a { background-color: rgb(192,162,8); }

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

border-color css

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

 span { border-color: rgb(192,162,8); }

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