Html Css Color HEX #C99718 Buddha Gold

📋 copy color: '#C99718'

red 201 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C99718

Tints of Buddha Gold #C99718

RGB

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

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

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

R = 53.46%
G = 40.16%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99718 (or 0xC99718) is known color: Buddha Gold. HEX triplet: C9, 97 and 18. RGB value is (201,151,24). Sum of RGB (Red+Green+Blue) = 201+151+24=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C99718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99718 is #3668E7. Grayscale: #989898. Windows color (decimal): -3565800 or 1611721. OLE color: 1611721.

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

Color convert

RGB 201 151 24 -
CMYK 0 0.25 0.88 0.21
HSL 43.05º 0.79% 0.44% -
HSV(B) 43.05º 0.88% 0.79% -
XYZ 35.32 34.62 5.68 -
YUV 151.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 201 151 24 0 0.25 0.88 0.21 43.05 0.79 0.44
Hex C9 97 18 0 19 58 15 2B 4F 2C
Octal 311 227 30 0 31 130 25 53 117 54
Binary 11001001 10010111 11000 0 11001 1011000 10101 101011 1001111 101100

Color Harmonies of #C99718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99718

Black with #C99718

Text Example


Text Example

White with #C99718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99718; }

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

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

background-color css

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

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

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

border-color css

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

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

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