Html Css Color HEX #CA998A Quicksand

📋 copy color: '#CA998A'

red 202 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #CA998A

Tints of Quicksand #CA998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.03%

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 40.97%
G = 31.03%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA998A (or 0xCA998A) is known color: Quicksand. HEX triplet: CA, 99 and 8A. RGB value is (202,153,138). Sum of RGB (Red+Green+Blue) = 202+153+138=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA998A is #356675. Grayscale: #A6A6A6. Windows color (decimal): -3499638 or 9083338. OLE color: 9083338.

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

Color convert

RGB 202 153 138 -
CMYK 0 0.24 0.32 0.21
HSL 14.06º 0.38% 0.67% -
HSV(B) 14.06º 0.32% 0.79% -
XYZ 40.34 37.17 29.09 -
YUV 165.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 202 153 138 0 0.24 0.32 0.21 14.06 0.38 0.67
Hex CA 99 8A 0 18 20 15 E 26 43
Octal 312 231 212 0 30 40 25 16 46 103
Binary 11001010 10011001 10001010 0 11000 100000 10101 1110 100110 1000011

Color Harmonies of #CA998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA998A

Black with #CA998A

Text Example


Text Example

White with #CA998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA998A; }

 p { color: rgb(202,153,138); }

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

background-color css

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

 a { background-color: rgb(202,153,138); }

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

border-color css

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

 span { border-color: rgb(202,153,138); }

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