Html Css Color HEX #C99118 Buddha Gold

📋 copy color: '#C99118'

red 201 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #C99118

Tints of Buddha Gold #C99118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

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

R = 54.32%
G = 39.19%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C99118 (or 0xC99118) is known color: Buddha Gold. HEX triplet: C9, 91 and 18. RGB value is (201,145,24). Sum of RGB (Red+Green+Blue) = 201+145+24=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99118 is #366EE7. Grayscale: #949494. Windows color (decimal): -3567336 or 1610185. OLE color: 1610185.

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

Color convert

RGB 201 145 24 -
CMYK 0 0.28 0.88 0.21
HSL 41.02º 0.79% 0.44% -
HSV(B) 41.02º 0.88% 0.79% -
XYZ 34.38 32.73 5.37 -
YUV 147.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 201 145 24 0 0.28 0.88 0.21 41.02 0.79 0.44
Hex C9 91 18 0 1C 58 15 29 4F 2C
Octal 311 221 30 0 34 130 25 51 117 54
Binary 11001001 10010001 11000 0 11100 1011000 10101 101001 1001111 101100

Color Harmonies of #C99118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99118

Black with #C99118

Text Example


Text Example

White with #C99118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99118; }

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

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

background-color css

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

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

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

border-color css

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

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

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