Html Css Color HEX #C88166 Burning Sand

📋 copy color: '#C88166'

red 200 ◦ green 129 ◦ blue 102

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

Shades of Burning Sand #C88166

Tints of Burning Sand #C88166

RGB

 RED value IS 200 (78.52% from 255) = 46.4%

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 46.4%
G = 29.93%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88166 (or 0xC88166) is known color: Burning Sand. HEX triplet: C8, 81 and 66. RGB value is (200,129,102). Sum of RGB (Red+Green+Blue) = 200+129+102=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88166 is #377E99. Grayscale: #939393. Windows color (decimal): -3636890 or 6717896. OLE color: 6717896.

HSL color Cylindrical-coordinate representation of color #C88166: hue angle of 16.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C88166 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 102 -
CMYK 0 0.36 0.49 0.22
HSL 16.53º 0.47% 0.59% -
HSV(B) 16.53º 0.49% 0.78% -
XYZ 34.07 28.94 16.36 -
YUV 147.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 200 129 102 0 0.36 0.49 0.22 16.53 0.47 0.59
Hex C8 81 66 0 24 31 16 11 2F 3B
Octal 310 201 146 0 44 61 26 21 57 73
Binary 11001000 10000001 1100110 0 100100 110001 10110 10001 101111 111011

Color Harmonies of #C88166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88166

Black with #C88166

Text Example


Text Example

White with #C88166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88166; }

 p { color: rgb(200,129,102); }

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

background-color css

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

 a { background-color: rgb(200,129,102); }

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

border-color css

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

 span { border-color: rgb(200,129,102); }

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