Html Css Color HEX #CA9588 Quicksand

📋 copy color: '#CA9588'

red 202 ◦ green 149 ◦ blue 136

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

Shades of Quicksand #CA9588

Tints of Quicksand #CA9588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 41.48%
G = 30.6%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA9588 (or 0xCA9588) is known color: Quicksand. HEX triplet: CA, 95 and 88. RGB value is (202,149,136). Sum of RGB (Red+Green+Blue) = 202+149+136=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9588 is #356A77. Grayscale: #A3A3A3. Windows color (decimal): -3500664 or 8951242. OLE color: 8951242.

HSL color Cylindrical-coordinate representation of color #CA9588: hue angle of 11.82º degrees, saturation: 0.38, 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 #CA9588 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 136 -
CMYK 0 0.26 0.33 0.21
HSL 11.82º 0.38% 0.66% -
HSV(B) 11.82º 0.33% 0.79% -
XYZ 39.55 35.83 28.12 -
YUV 163.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 202 149 136 0 0.26 0.33 0.21 11.82 0.38 0.66
Hex CA 95 88 0 1A 21 15 C 26 42
Octal 312 225 210 0 32 41 25 14 46 102
Binary 11001010 10010101 10001000 0 11010 100001 10101 1100 100110 1000010

Color Harmonies of #CA9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9588

Black with #CA9588

Text Example


Text Example

White with #CA9588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9588; }

 p { color: rgb(202,149,136); }

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

background-color css

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

 a { background-color: rgb(202,149,136); }

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

border-color css

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

 span { border-color: rgb(202,149,136); }

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