Html Css Color HEX #C88271 Burning Sand

📋 copy color: '#C88271'

red 200 ◦ green 130 ◦ blue 113

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

Shades of Burning Sand #C88271

Tints of Burning Sand #C88271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 45.15%
G = 29.35%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C88271 (or 0xC88271) is known color: Burning Sand. HEX triplet: C8, 82 and 71. RGB value is (200,130,113). Sum of RGB (Red+Green+Blue) = 200+130+113=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C88271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88271 is #377D8E. Grayscale: #959595. Windows color (decimal): -3636623 or 7439048. OLE color: 7439048.

HSL color Cylindrical-coordinate representation of color #C88271: hue angle of 11.72º 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 #C88271 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 113 -
CMYK 0 0.35 0.44 0.22
HSL 11.72º 0.44% 0.61% -
HSV(B) 11.72º 0.44% 0.78% -
XYZ 34.78 29.44 19.47 -
YUV 148.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 200 130 113 0 0.35 0.44 0.22 11.72 0.44 0.61
Hex C8 82 71 0 23 2C 16 C 2C 3D
Octal 310 202 161 0 43 54 26 14 54 75
Binary 11001000 10000010 1110001 0 100011 101100 10110 1100 101100 111101

Color Harmonies of #C88271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88271

Black with #C88271

Text Example


Text Example

White with #C88271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88271; }

 p { color: rgb(200,130,113); }

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

background-color css

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

 a { background-color: rgb(200,130,113); }

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

border-color css

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

 span { border-color: rgb(200,130,113); }

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