Html Css Color HEX #CA855C Burning Sand

📋 copy color: '#CA855C'

red 202 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #CA855C

Tints of Burning Sand #CA855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 47.31%
G = 31.15%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA855C (or 0xCA855C) is known color: Burning Sand. HEX triplet: CA, 85 and 5C. RGB value is (202,133,92). Sum of RGB (Red+Green+Blue) = 202+133+92=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA855C is #357AA3. Grayscale: #959595. Windows color (decimal): -3504804 or 6063562. OLE color: 6063562.

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

Color convert

RGB 202 133 92 -
CMYK 0 0.34 0.54 0.21
HSL 22.36º 0.51% 0.58% -
HSV(B) 22.36º 0.54% 0.79% -
XYZ 34.68 30.1 14.11 -
YUV 148.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 202 133 92 0 0.34 0.54 0.21 22.36 0.51 0.58
Hex CA 85 5C 0 22 36 15 16 33 3A
Octal 312 205 134 0 42 66 25 26 63 72
Binary 11001010 10000101 1011100 0 100010 110110 10101 10110 110011 111010

Color Harmonies of #CA855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA855C

Black with #CA855C

Text Example


Text Example

White with #CA855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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