Html Css Color HEX #C88172 Burning Sand

📋 copy color: '#C88172'

red 200 ◦ green 129 ◦ blue 114

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

Shades of Burning Sand #C88172

Tints of Burning Sand #C88172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 45.15%
G = 29.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88172 (or 0xC88172) is known color: Burning Sand. HEX triplet: C8, 81 and 72. RGB value is (200,129,114). Sum of RGB (Red+Green+Blue) = 200+129+114=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C88172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88172 is #377E8D. Grayscale: #949494. Windows color (decimal): -3636878 or 7504328. OLE color: 7504328.

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

Color convert

RGB 200 129 114 -
CMYK 0 0.36 0.43 0.22
HSL 10.47º 0.44% 0.62% -
HSV(B) 10.47º 0.43% 0.78% -
XYZ 34.71 29.19 19.73 -
YUV 148.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 200 129 114 0 0.36 0.43 0.22 10.47 0.44 0.62
Hex C8 81 72 0 24 2B 16 A 2C 3E
Octal 310 201 162 0 44 53 26 12 54 76
Binary 11001000 10000001 1110010 0 100100 101011 10110 1010 101100 111110

Color Harmonies of #C88172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88172

Black with #C88172

Text Example


Text Example

White with #C88172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88172; }

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

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

background-color css

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

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

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

border-color css

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

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

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