Html Css Color HEX #CA9889 Quicksand

📋 copy color: '#CA9889'

red 202 ◦ green 152 ◦ blue 137

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

Shades of Quicksand #CA9889

Tints of Quicksand #CA9889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 41.14%
G = 30.96%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA9889 (or 0xCA9889) is known color: Quicksand. HEX triplet: CA, 98 and 89. RGB value is (202,152,137). Sum of RGB (Red+Green+Blue) = 202+152+137=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9889 is #356776. Grayscale: #A5A5A5. Windows color (decimal): -3499895 or 9017546. OLE color: 9017546.

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

Color convert

RGB 202 152 137 -
CMYK 0 0.25 0.32 0.21
HSL 13.85º 0.38% 0.66% -
HSV(B) 13.85º 0.32% 0.79% -
XYZ 40.1 36.82 28.66 -
YUV 165.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 202 152 137 0 0.25 0.32 0.21 13.85 0.38 0.66
Hex CA 98 89 0 19 20 15 E 26 42
Octal 312 230 211 0 31 40 25 16 46 102
Binary 11001010 10011000 10001001 0 11001 100000 10101 1110 100110 1000010

Color Harmonies of #CA9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9889

Black with #CA9889

Text Example


Text Example

White with #CA9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9889; }

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

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

background-color css

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

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

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

border-color css

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

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

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