Html Css Color HEX #CA8070 Burning Sand

📋 copy color: '#CA8070'

red 202 ◦ green 128 ◦ blue 112

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

Shades of Burning Sand #CA8070

Tints of Burning Sand #CA8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.96%

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

R = 45.7%
G = 28.96%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA8070 (or 0xCA8070) is known color: Burning Sand. HEX triplet: CA, 80 and 70. RGB value is (202,128,112). Sum of RGB (Red+Green+Blue) = 202+128+112=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8070 is #357F8F. Grayscale: #949494. Windows color (decimal): -3506064 or 7373002. OLE color: 7373002.

HSL color Cylindrical-coordinate representation of color #CA8070: hue angle of 10.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 #CA8070 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 112 -
CMYK 0 0.37 0.45 0.21
HSL 10.67º 0.46% 0.62% -
HSV(B) 10.67º 0.45% 0.79% -
XYZ 35 29.16 19.11 -
YUV 148.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 202 128 112 0 0.37 0.45 0.21 10.67 0.46 0.62
Hex CA 80 70 0 25 2D 15 B 2E 3E
Octal 312 200 160 0 45 55 25 13 56 76
Binary 11001010 10000000 1110000 0 100101 101101 10101 1011 101110 111110

Color Harmonies of #CA8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8070

Black with #CA8070

Text Example


Text Example

White with #CA8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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