Html Css Color HEX #CA988E Quicksand

📋 copy color: '#CA988E'

red 202 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #CA988E

Tints of Quicksand #CA988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 40.73%
G = 30.65%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA988E (or 0xCA988E) is known color: Quicksand. HEX triplet: CA, 98 and 8E. RGB value is (202,152,142). Sum of RGB (Red+Green+Blue) = 202+152+142=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988E is #356771. Grayscale: #A5A5A5. Windows color (decimal): -3499890 or 9345226. OLE color: 9345226.

HSL color Cylindrical-coordinate representation of color #CA988E: hue angle of 10º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA988E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 142 -
CMYK 0 0.25 0.30 0.21
HSL 10º 0.36% 0.67% -
HSV(B) 10º 0.3% 0.79% -
XYZ 40.47 36.97 30.59 -
YUV 165.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 202 152 142 0 0.25 0.30 0.21 10 0.36 0.67
Hex CA 98 8E 0 19 1E 15 A 24 43
Octal 312 230 216 0 31 36 25 12 44 103
Binary 11001010 10011000 10001110 0 11001 11110 10101 1010 100100 1000011

Color Harmonies of #CA988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA988E

Black with #CA988E

Text Example


Text Example

White with #CA988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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