Html Css Color HEX #CA845E Burning Sand

📋 copy color: '#CA845E'

red 202 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #CA845E

Tints of Burning Sand #CA845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 47.2%
G = 30.84%
B = 21.96%

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

#CA845E (or 0xCA845E) is known color: Burning Sand. HEX triplet: CA, 84 and 5E. RGB value is (202,132,94). Sum of RGB (Red+Green+Blue) = 202+132+94=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA845E is #357BA1. Grayscale: #949494. Windows color (decimal): -3505058 or 6194378. OLE color: 6194378.

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

Color convert

RGB 202 132 94 -
CMYK 0 0.35 0.53 0.21
HSL 21.11º 0.5% 0.58% -
HSV(B) 21.11º 0.53% 0.79% -
XYZ 34.63 29.87 14.53 -
YUV 148.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 202 132 94 0 0.35 0.53 0.21 21.11 0.5 0.58
Hex CA 84 5E 0 23 35 15 15 32 3A
Octal 312 204 136 0 43 65 25 25 62 72
Binary 11001010 10000100 1011110 0 100011 110101 10101 10101 110010 111010

Color Harmonies of #CA845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA845E

Black with #CA845E

Text Example


Text Example

White with #CA845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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