Html Css Color HEX #CA855A Burning Sand

📋 copy color: '#CA855A'

red 202 ◦ green 133 ◦ blue 90

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

Shades of Burning Sand #CA855A

Tints of Burning Sand #CA855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 47.53%
G = 31.29%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA855A (or 0xCA855A) is known color: Burning Sand. HEX triplet: CA, 85 and 5A. RGB value is (202,133,90). Sum of RGB (Red+Green+Blue) = 202+133+90=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA855A is #357AA5. Grayscale: #949494. Windows color (decimal): -3504806 or 5932490. OLE color: 5932490.

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

Color convert

RGB 202 133 90 -
CMYK 0 0.34 0.55 0.21
HSL 23.04º 0.51% 0.57% -
HSV(B) 23.04º 0.55% 0.79% -
XYZ 34.59 30.07 13.65 -
YUV 148.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 202 133 90 0 0.34 0.55 0.21 23.04 0.51 0.57
Hex CA 85 5A 0 22 37 15 17 33 39
Octal 312 205 132 0 42 67 25 27 63 71
Binary 11001010 10000101 1011010 0 100010 110111 10101 10111 110011 111001

Color Harmonies of #CA855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA855A

Black with #CA855A

Text Example


Text Example

White with #CA855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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