Html Css Color HEX #C98868 Burning Sand

📋 copy color: '#C98868'

red 201 ◦ green 136 ◦ blue 104

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

Shades of Burning Sand #C98868

Tints of Burning Sand #C98868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 45.58%
G = 30.84%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C98868 (or 0xC98868) is known color: Burning Sand. HEX triplet: C9, 88 and 68. RGB value is (201,136,104). Sum of RGB (Red+Green+Blue) = 201+136+104=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C98868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98868 is #367797. Grayscale: #979797. Windows color (decimal): -3569560 or 6850761. OLE color: 6850761.

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

Color convert

RGB 201 136 104 -
CMYK 0 0.32 0.48 0.21
HSL 19.79º 0.47% 0.6% -
HSV(B) 19.79º 0.48% 0.79% -
XYZ 35.39 31.03 17.22 -
YUV 151.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 201 136 104 0 0.32 0.48 0.21 19.79 0.47 0.6
Hex C9 88 68 0 20 30 15 14 2F 3C
Octal 311 210 150 0 40 60 25 24 57 74
Binary 11001001 10001000 1101000 0 100000 110000 10101 10100 101111 111100

Color Harmonies of #C98868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98868

Black with #C98868

Text Example


Text Example

White with #C98868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98868; }

 p { color: rgb(201,136,104); }

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

background-color css

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

 a { background-color: rgb(201,136,104); }

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

border-color css

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

 span { border-color: rgb(201,136,104); }

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