Html Css Color HEX #CA8571 Burning Sand

📋 copy color: '#CA8571'

red 202 ◦ green 133 ◦ blue 113

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

Shades of Burning Sand #CA8571

Tints of Burning Sand #CA8571

RGB

 RED value IS 202 (79.3% from 255) = 45.09%

 GREEN value IS 133 (52.34% from 255) = 29.69%

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

R = 45.09%
G = 29.69%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA8571 (or 0xCA8571) is known color: Burning Sand. HEX triplet: CA, 85 and 71. RGB value is (202,133,113). Sum of RGB (Red+Green+Blue) = 202+133+113=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8571 is #357A8E. Grayscale: #979797. Windows color (decimal): -3504783 or 7439818. OLE color: 7439818.

HSL color Cylindrical-coordinate representation of color #CA8571: hue angle of 13.48º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8571 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 113 -
CMYK 0 0.34 0.44 0.21
HSL 13.48º 0.46% 0.62% -
HSV(B) 13.48º 0.44% 0.79% -
XYZ 35.73 30.52 19.63 -
YUV 151.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 202 133 113 0 0.34 0.44 0.21 13.48 0.46 0.62
Hex CA 85 71 0 22 2C 15 D 2E 3E
Octal 312 205 161 0 42 54 25 15 56 76
Binary 11001010 10000101 1110001 0 100010 101100 10101 1101 101110 111110

Color Harmonies of #CA8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8571

Black with #CA8571

Text Example


Text Example

White with #CA8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8571; }

 p { color: rgb(202,133,113); }

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

background-color css

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

 a { background-color: rgb(202,133,113); }

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

border-color css

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

 span { border-color: rgb(202,133,113); }

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