Html Css Color HEX #CA9985 Quicksand

📋 copy color: '#CA9985'

red 202 ◦ green 153 ◦ blue 133

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

Shades of Quicksand #CA9985

Tints of Quicksand #CA9985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 41.39%
G = 31.35%
B = 27.25%

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

#CA9985 (or 0xCA9985) is known color: Quicksand. HEX triplet: CA, 99 and 85. RGB value is (202,153,133). Sum of RGB (Red+Green+Blue) = 202+153+133=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9985 is #35667A. Grayscale: #A5A5A5. Windows color (decimal): -3499643 or 8755658. OLE color: 8755658.

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

Color convert

RGB 202 153 133 -
CMYK 0 0.24 0.34 0.21
HSL 17.39º 0.39% 0.66% -
HSV(B) 17.39º 0.34% 0.79% -
XYZ 39.98 37.03 27.23 -
YUV 165.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 202 153 133 0 0.24 0.34 0.21 17.39 0.39 0.66
Hex CA 99 85 0 18 22 15 11 27 42
Octal 312 231 205 0 30 42 25 21 47 102
Binary 11001010 10011001 10000101 0 11000 100010 10101 10001 100111 1000010

Color Harmonies of #CA9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9985

Black with #CA9985

Text Example


Text Example

White with #CA9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9985; }

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

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

background-color css

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

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

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

border-color css

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

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

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