Html Css Color HEX #CA8271 Burning Sand

📋 copy color: '#CA8271'

red 202 ◦ green 130 ◦ blue 113

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

Shades of Burning Sand #CA8271

Tints of Burning Sand #CA8271

RGB

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

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

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

R = 45.39%
G = 29.21%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA8271 (or 0xCA8271) is known color: Burning Sand. HEX triplet: CA, 82 and 71. RGB value is (202,130,113). Sum of RGB (Red+Green+Blue) = 202+130+113=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8271 is #357D8E. Grayscale: #959595. Windows color (decimal): -3505551 or 7439050. OLE color: 7439050.

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

Color convert

RGB 202 130 113 -
CMYK 0 0.36 0.44 0.21
HSL 11.46º 0.46% 0.62% -
HSV(B) 11.46º 0.44% 0.79% -
XYZ 35.32 29.71 19.5 -
YUV 149.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 202 130 113 0 0.36 0.44 0.21 11.46 0.46 0.62
Hex CA 82 71 0 24 2C 15 B 2E 3E
Octal 312 202 161 0 44 54 25 13 56 76
Binary 11001010 10000010 1110001 0 100100 101100 10101 1011 101110 111110

Color Harmonies of #CA8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8271

Black with #CA8271

Text Example


Text Example

White with #CA8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8271; }

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

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

background-color css

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

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

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

border-color css

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

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

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