Html Css Color HEX #CA855E Burning Sand

📋 copy color: '#CA855E'

red 202 ◦ green 133 ◦ blue 94

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

Shades of Burning Sand #CA855E

Tints of Burning Sand #CA855E

RGB

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

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

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

R = 47.09%
G = 31%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA855E (or 0xCA855E) is known color: Burning Sand. HEX triplet: CA, 85 and 5E. RGB value is (202,133,94). Sum of RGB (Red+Green+Blue) = 202+133+94=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA855E is #357AA1. Grayscale: #959595. Windows color (decimal): -3504802 or 6194634. OLE color: 6194634.

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

Color convert

RGB 202 133 94 -
CMYK 0 0.34 0.53 0.21
HSL 21.67º 0.5% 0.58% -
HSV(B) 21.67º 0.53% 0.79% -
XYZ 34.77 30.14 14.57 -
YUV 149.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 202 133 94 0 0.34 0.53 0.21 21.67 0.5 0.58
Hex CA 85 5E 0 22 35 15 16 32 3A
Octal 312 205 136 0 42 65 25 26 62 72
Binary 11001010 10000101 1011110 0 100010 110101 10101 10110 110010 111010

Color Harmonies of #CA855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA855E

Black with #CA855E

Text Example


Text Example

White with #CA855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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