Html Css Color HEX #C08E17 Buddha Gold

📋 copy color: '#C08E17'

red 192 ◦ green 142 ◦ blue 23

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

Shades of Buddha Gold #C08E17

Tints of Buddha Gold #C08E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 23 (9.38% from 255) = 6.44%

R = 53.78%
G = 39.78%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08E17 (or 0xC08E17) is known color: Buddha Gold. HEX triplet: C0, 8E and 17. RGB value is (192,142,23). Sum of RGB (Red+Green+Blue) = 192+142+23=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E17 is #3F71E8. Grayscale: #8F8F8F. Windows color (decimal): -4157929 or 1543872. OLE color: 1543872.

HSL color Cylindrical-coordinate representation of color #C08E17: hue angle of 42.25º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08E17 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 23 -
CMYK 0 0.26 0.88 0.25
HSL 42.25º 0.79% 0.42% -
HSV(B) 42.25º 0.88% 0.75% -
XYZ 31.57 30.61 5.06 -
YUV 143.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 192 142 23 0 0.26 0.88 0.25 42.25 0.79 0.42
Hex C0 8E 17 0 1A 58 19 2A 4F 2A
Octal 300 216 27 0 32 130 31 52 117 52
Binary 11000000 10001110 10111 0 11010 1011000 11001 101010 1001111 101010

Color Harmonies of #C08E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E17

Black with #C08E17

Text Example


Text Example

White with #C08E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E17; }

 p { color: rgb(192,142,23); }

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

background-color css

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

 a { background-color: rgb(192,142,23); }

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

border-color css

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

 span { border-color: rgb(192,142,23); }

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