Html Css Color HEX #CA9986 Quicksand

📋 copy color: '#CA9986'

red 202 ◦ green 153 ◦ blue 134

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

Shades of Quicksand #CA9986

Tints of Quicksand #CA9986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 41.31%
G = 31.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA9986 (or 0xCA9986) is known color: Quicksand. HEX triplet: CA, 99 and 86. RGB value is (202,153,134). Sum of RGB (Red+Green+Blue) = 202+153+134=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9986 is #356679. Grayscale: #A5A5A5. Windows color (decimal): -3499642 or 8821194. OLE color: 8821194.

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

Color convert

RGB 202 153 134 -
CMYK 0 0.24 0.34 0.21
HSL 16.76º 0.39% 0.66% -
HSV(B) 16.76º 0.34% 0.79% -
XYZ 40.05 37.06 27.6 -
YUV 165.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 202 153 134 0 0.24 0.34 0.21 16.76 0.39 0.66
Hex CA 99 86 0 18 22 15 11 27 42
Octal 312 231 206 0 30 42 25 21 47 102
Binary 11001010 10011001 10000110 0 11000 100010 10101 10001 100111 1000010

Color Harmonies of #CA9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9986

Black with #CA9986

Text Example


Text Example

White with #CA9986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9986; }

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

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

background-color css

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

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

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

border-color css

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

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

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