Html Css Color HEX #C99F18 Buddha Gold

📋 copy color: '#C99F18'

red 201 ◦ green 159 ◦ blue 24

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

Shades of Buddha Gold #C99F18

Tints of Buddha Gold #C99F18

RGB

 RED value IS 201 (78.91% from 255) = 52.34%

 GREEN value IS 159 (62.5% from 255) = 41.41%

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

R = 52.34%
G = 41.41%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99F18 (or 0xC99F18) is known color: Buddha Gold. HEX triplet: C9, 9F and 18. RGB value is (201,159,24). Sum of RGB (Red+Green+Blue) = 201+159+24=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F18 is #3660E7. Grayscale: #9C9C9C. Windows color (decimal): -3563752 or 1613769. OLE color: 1613769.

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

Color convert

RGB 201 159 24 -
CMYK 0 0.21 0.88 0.21
HSL 45.76º 0.79% 0.44% -
HSV(B) 45.76º 0.88% 0.79% -
XYZ 36.65 37.28 6.13 -
YUV 156.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 201 159 24 0 0.21 0.88 0.21 45.76 0.79 0.44
Hex C9 9F 18 0 15 58 15 2E 4F 2C
Octal 311 237 30 0 25 130 25 56 117 54
Binary 11001001 10011111 11000 0 10101 1011000 10101 101110 1001111 101100

Color Harmonies of #C99F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F18

Black with #C99F18

Text Example


Text Example

White with #C99F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F18; }

 p { color: rgb(201,159,24); }

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

background-color css

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

 a { background-color: rgb(201,159,24); }

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

border-color css

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

 span { border-color: rgb(201,159,24); }

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