Html Css Color HEX #C88170 Burning Sand

📋 copy color: '#C88170'

red 200 ◦ green 129 ◦ blue 112

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

Shades of Burning Sand #C88170

Tints of Burning Sand #C88170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 45.35%
G = 29.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C88170 (or 0xC88170) is known color: Burning Sand. HEX triplet: C8, 81 and 70. RGB value is (200,129,112). Sum of RGB (Red+Green+Blue) = 200+129+112=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C88170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88170 is #377E8F. Grayscale: #949494. Windows color (decimal): -3636880 or 7373256. OLE color: 7373256.

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

Color convert

RGB 200 129 112 -
CMYK 0 0.36 0.44 0.22
HSL 11.59º 0.44% 0.61% -
HSV(B) 11.59º 0.44% 0.78% -
XYZ 34.59 29.15 19.13 -
YUV 148.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 200 129 112 0 0.36 0.44 0.22 11.59 0.44 0.61
Hex C8 81 70 0 24 2C 16 C 2C 3D
Octal 310 201 160 0 44 54 26 14 54 75
Binary 11001000 10000001 1110000 0 100100 101100 10110 1100 101100 111101

Color Harmonies of #C88170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88170

Black with #C88170

Text Example


Text Example

White with #C88170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88170; }

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

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

background-color css

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

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

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

border-color css

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

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

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