Html Css Color HEX #CA988D Quicksand

📋 copy color: '#CA988D'

red 202 ◦ green 152 ◦ blue 141

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

Shades of Quicksand #CA988D

Tints of Quicksand #CA988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 40.81%
G = 30.71%
B = 28.48%

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

#CA988D (or 0xCA988D) is known color: Quicksand. HEX triplet: CA, 98 and 8D. RGB value is (202,152,141). Sum of RGB (Red+Green+Blue) = 202+152+141=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA988D is #356772. Grayscale: #A5A5A5. Windows color (decimal): -3499891 or 9279690. OLE color: 9279690.

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

Color convert

RGB 202 152 141 -
CMYK 0 0.25 0.30 0.21
HSL 10.82º 0.37% 0.67% -
HSV(B) 10.82º 0.3% 0.79% -
XYZ 40.39 36.94 30.2 -
YUV 165.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 202 152 141 0 0.25 0.30 0.21 10.82 0.37 0.67
Hex CA 98 8D 0 19 1E 15 B 25 43
Octal 312 230 215 0 31 36 25 13 45 103
Binary 11001010 10011000 10001101 0 11001 11110 10101 1011 100101 1000011

Color Harmonies of #CA988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA988D

Black with #CA988D

Text Example


Text Example

White with #CA988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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