Html Css Color HEX #C09718 Buddha Gold

📋 copy color: '#C09718'

red 192 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C09718

Tints of Buddha Gold #C09718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 52.32%
G = 41.14%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09718 (or 0xC09718) is known color: Buddha Gold. HEX triplet: C0, 97 and 18. RGB value is (192,151,24). Sum of RGB (Red+Green+Blue) = 192+151+24=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C09718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09718 is #3F68E7. Grayscale: #959595. Windows color (decimal): -4155624 or 1611712. OLE color: 1611712.

HSL color Cylindrical-coordinate representation of color #C09718: hue angle of 45.36º degrees, saturation: 0.78, 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 #C09718 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 24 -
CMYK 0 0.21 0.88 0.25
HSL 45.36º 0.78% 0.42% -
HSV(B) 45.36º 0.88% 0.75% -
XYZ 32.97 33.41 5.57 -
YUV 148.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 192 151 24 0 0.21 0.88 0.25 45.36 0.78 0.42
Hex C0 97 18 0 15 58 19 2D 4E 2A
Octal 300 227 30 0 25 130 31 55 116 52
Binary 11000000 10010111 11000 0 10101 1011000 11001 101101 1001110 101010

Color Harmonies of #C09718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09718

Black with #C09718

Text Example


Text Example

White with #C09718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09718; }

 p { color: rgb(192,151,24); }

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

background-color css

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

 a { background-color: rgb(192,151,24); }

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

border-color css

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

 span { border-color: rgb(192,151,24); }

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