Html Css Color HEX #CA9987 Quicksand

📋 copy color: '#CA9987'

red 202 ◦ green 153 ◦ blue 135

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

Shades of Quicksand #CA9987

Tints of Quicksand #CA9987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 41.22%
G = 31.22%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA9987 (or 0xCA9987) is known color: Quicksand. HEX triplet: CA, 99 and 87. RGB value is (202,153,135). Sum of RGB (Red+Green+Blue) = 202+153+135=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9987 is #356678. Grayscale: #A5A5A5. Windows color (decimal): -3499641 or 8886730. OLE color: 8886730.

HSL color Cylindrical-coordinate representation of color #CA9987: hue angle of 16.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9987 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 135 -
CMYK 0 0.24 0.33 0.21
HSL 16.12º 0.39% 0.66% -
HSV(B) 16.12º 0.33% 0.79% -
XYZ 40.12 37.09 27.97 -
YUV 165.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 202 153 135 0 0.24 0.33 0.21 16.12 0.39 0.66
Hex CA 99 87 0 18 21 15 10 27 42
Octal 312 231 207 0 30 41 25 20 47 102
Binary 11001010 10011001 10000111 0 11000 100001 10101 10000 100111 1000010

Color Harmonies of #CA9987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9987

Black with #CA9987

Text Example


Text Example

White with #CA9987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9987; }

 p { color: rgb(202,153,135); }

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

background-color css

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

 a { background-color: rgb(202,153,135); }

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

border-color css

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

 span { border-color: rgb(202,153,135); }

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