Html Css Color HEX #CA8560 Burning Sand

📋 copy color: '#CA8560'

red 202 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #CA8560

Tints of Burning Sand #CA8560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 46.87%
G = 30.86%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA8560 (or 0xCA8560) is known color: Burning Sand. HEX triplet: CA, 85 and 60. RGB value is (202,133,96). Sum of RGB (Red+Green+Blue) = 202+133+96=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8560 is #357A9F. Grayscale: #959595. Windows color (decimal): -3504800 or 6325706. OLE color: 6325706.

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

Color convert

RGB 202 133 96 -
CMYK 0 0.34 0.52 0.21
HSL 20.94º 0.5% 0.58% -
HSV(B) 20.94º 0.52% 0.79% -
XYZ 34.86 30.18 15.05 -
YUV 149.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 202 133 96 0 0.34 0.52 0.21 20.94 0.5 0.58
Hex CA 85 60 0 22 34 15 15 32 3A
Octal 312 205 140 0 42 64 25 25 62 72
Binary 11001010 10000101 1100000 0 100010 110100 10101 10101 110010 111010

Color Harmonies of #CA8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8560

Black with #CA8560

Text Example


Text Example

White with #CA8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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