Html Css Color HEX #CA8371 Burning Sand

📋 copy color: '#CA8371'

red 202 ◦ green 131 ◦ blue 113

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

Shades of Burning Sand #CA8371

Tints of Burning Sand #CA8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 45.29%
G = 29.37%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA8371 (or 0xCA8371) is known color: Burning Sand. HEX triplet: CA, 83 and 71. RGB value is (202,131,113). Sum of RGB (Red+Green+Blue) = 202+131+113=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8371 is #357C8E. Grayscale: #969696. Windows color (decimal): -3505295 or 7439306. OLE color: 7439306.

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

Color convert

RGB 202 131 113 -
CMYK 0 0.35 0.44 0.21
HSL 12.13º 0.46% 0.62% -
HSV(B) 12.13º 0.44% 0.79% -
XYZ 35.45 29.98 19.54 -
YUV 150.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 202 131 113 0 0.35 0.44 0.21 12.13 0.46 0.62
Hex CA 83 71 0 23 2C 15 C 2E 3E
Octal 312 203 161 0 43 54 25 14 56 76
Binary 11001010 10000011 1110001 0 100011 101100 10101 1100 101110 111110

Color Harmonies of #CA8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8371

Black with #CA8371

Text Example


Text Example

White with #CA8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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