Html Css Color HEX #CA9489 Quicksand

📋 copy color: '#CA9489'

red 202 ◦ green 148 ◦ blue 137

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

Shades of Quicksand #CA9489

Tints of Quicksand #CA9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 41.48%
G = 30.39%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA9489 (or 0xCA9489) is known color: Quicksand. HEX triplet: CA, 94 and 89. RGB value is (202,148,137). Sum of RGB (Red+Green+Blue) = 202+148+137=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9489 is #356B76. Grayscale: #A2A2A2. Windows color (decimal): -3500919 or 9016522. OLE color: 9016522.

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

Color convert

RGB 202 148 137 -
CMYK 0 0.27 0.32 0.21
HSL 10.15º 0.38% 0.66% -
HSV(B) 10.15º 0.32% 0.79% -
XYZ 39.46 35.54 28.45 -
YUV 162.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 202 148 137 0 0.27 0.32 0.21 10.15 0.38 0.66
Hex CA 94 89 0 1B 20 15 A 26 42
Octal 312 224 211 0 33 40 25 12 46 102
Binary 11001010 10010100 10001001 0 11011 100000 10101 1010 100110 1000010

Color Harmonies of #CA9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9489

Black with #CA9489

Text Example


Text Example

White with #CA9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9489; }

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

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

background-color css

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

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

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

border-color css

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

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

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