Html Css Color HEX #CA8370 Burning Sand

📋 copy color: '#CA8370'

red 202 ◦ green 131 ◦ blue 112

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

Shades of Burning Sand #CA8370

Tints of Burning Sand #CA8370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.17%

R = 45.39%
G = 29.44%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA8370 (or 0xCA8370) is known color: Burning Sand. HEX triplet: CA, 83 and 70. RGB value is (202,131,112). Sum of RGB (Red+Green+Blue) = 202+131+112=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8370 is #357C8F. Grayscale: #969696. Windows color (decimal): -3505296 or 7373770. OLE color: 7373770.

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

Color convert

RGB 202 131 112 -
CMYK 0 0.35 0.45 0.21
HSL 12.67º 0.46% 0.62% -
HSV(B) 12.67º 0.45% 0.79% -
XYZ 35.4 29.96 19.25 -
YUV 150.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 202 131 112 0 0.35 0.45 0.21 12.67 0.46 0.62
Hex CA 83 70 0 23 2D 15 D 2E 3E
Octal 312 203 160 0 43 55 25 15 56 76
Binary 11001010 10000011 1110000 0 100011 101101 10101 1101 101110 111110

Color Harmonies of #CA8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8370

Black with #CA8370

Text Example


Text Example

White with #CA8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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