Html Css Color HEX #C98E18 Buddha Gold

📋 copy color: '#C98E18'

red 201 ◦ green 142 ◦ blue 24

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

Shades of Buddha Gold #C98E18

Tints of Buddha Gold #C98E18

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

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

R = 54.77%
G = 38.69%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98E18 (or 0xC98E18) is known color: Buddha Gold. HEX triplet: C9, 8E and 18. RGB value is (201,142,24). Sum of RGB (Red+Green+Blue) = 201+142+24=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E18 is #3671E7. Grayscale: #929292. Windows color (decimal): -3568104 or 1609417. OLE color: 1609417.

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

Color convert

RGB 201 142 24 -
CMYK 0 0.29 0.88 0.21
HSL 40º 0.79% 0.44% -
HSV(B) 40º 0.88% 0.79% -
XYZ 33.93 31.83 5.22 -
YUV 146.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 201 142 24 0 0.29 0.88 0.21 40 0.79 0.44
Hex C9 8E 18 0 1D 58 15 28 4F 2C
Octal 311 216 30 0 35 130 25 50 117 54
Binary 11001001 10001110 11000 0 11101 1011000 10101 101000 1001111 101100

Color Harmonies of #C98E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E18

Black with #C98E18

Text Example


Text Example

White with #C98E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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