Html Css Color HEX #CA9888 Quicksand

📋 copy color: '#CA9888'

red 202 ◦ green 152 ◦ blue 136

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

Shades of Quicksand #CA9888

Tints of Quicksand #CA9888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 41.22%
G = 31.02%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA9888 (or 0xCA9888) is known color: Quicksand. HEX triplet: CA, 98 and 88. RGB value is (202,152,136). Sum of RGB (Red+Green+Blue) = 202+152+136=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9888 is #356777. Grayscale: #A5A5A5. Windows color (decimal): -3499896 or 8952010. OLE color: 8952010.

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

Color convert

RGB 202 152 136 -
CMYK 0 0.25 0.33 0.21
HSL 14.55º 0.38% 0.66% -
HSV(B) 14.55º 0.33% 0.79% -
XYZ 40.03 36.79 28.28 -
YUV 165.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 202 152 136 0 0.25 0.33 0.21 14.55 0.38 0.66
Hex CA 98 88 0 19 21 15 F 26 42
Octal 312 230 210 0 31 41 25 17 46 102
Binary 11001010 10011000 10001000 0 11001 100001 10101 1111 100110 1000010

Color Harmonies of #CA9888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9888

Black with #CA9888

Text Example


Text Example

White with #CA9888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9888; }

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

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

background-color css

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

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

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

border-color css

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

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

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