Html Css Color HEX #C99518 Buddha Gold

📋 copy color: '#C99518'

red 201 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #C99518

Tints of Buddha Gold #C99518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 53.74%
G = 39.84%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99518 (or 0xC99518) is known color: Buddha Gold. HEX triplet: C9, 95 and 18. RGB value is (201,149,24). Sum of RGB (Red+Green+Blue) = 201+149+24=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C99518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99518 is #366AE7. Grayscale: #969696. Windows color (decimal): -3566312 or 1611209. OLE color: 1611209.

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

Color convert

RGB 201 149 24 -
CMYK 0 0.26 0.88 0.21
HSL 42.37º 0.79% 0.44% -
HSV(B) 42.37º 0.88% 0.79% -
XYZ 35 33.98 5.58 -
YUV 150.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 201 149 24 0 0.26 0.88 0.21 42.37 0.79 0.44
Hex C9 95 18 0 1A 58 15 2A 4F 2C
Octal 311 225 30 0 32 130 25 52 117 54
Binary 11001001 10010101 11000 0 11010 1011000 10101 101010 1001111 101100

Color Harmonies of #C99518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99518

Black with #C99518

Text Example


Text Example

White with #C99518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99518; }

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

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

background-color css

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

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

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

border-color css

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

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

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