Html Css Color HEX #CA845F Burning Sand

📋 copy color: '#CA845F'

red 202 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #CA845F

Tints of Burning Sand #CA845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 47.09%
G = 30.77%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA845F (or 0xCA845F) is known color: Burning Sand. HEX triplet: CA, 84 and 5F. RGB value is (202,132,95). Sum of RGB (Red+Green+Blue) = 202+132+95=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845F is #357BA0. Grayscale: #949494. Windows color (decimal): -3505057 or 6259914. OLE color: 6259914.

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

Color convert

RGB 202 132 95 -
CMYK 0 0.35 0.53 0.21
HSL 20.75º 0.5% 0.58% -
HSV(B) 20.75º 0.53% 0.79% -
XYZ 34.67 29.89 14.77 -
YUV 148.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 202 132 95 0 0.35 0.53 0.21 20.75 0.5 0.58
Hex CA 84 5F 0 23 35 15 15 32 3A
Octal 312 204 137 0 43 65 25 25 62 72
Binary 11001010 10000100 1011111 0 100011 110101 10101 10101 110010 111010

Color Harmonies of #CA845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA845F

Black with #CA845F

Text Example


Text Example

White with #CA845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA845F; }

 p { color: rgb(202,132,95); }

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

background-color css

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

 a { background-color: rgb(202,132,95); }

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

border-color css

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

 span { border-color: rgb(202,132,95); }

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