Html Css Color HEX #CA9581 Quicksand

📋 copy color: '#CA9581'

red 202 ◦ green 149 ◦ blue 129

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

Shades of Quicksand #CA9581

Tints of Quicksand #CA9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 42.08%
G = 31.04%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA9581 (or 0xCA9581) is known color: Quicksand. HEX triplet: CA, 95 and 81. RGB value is (202,149,129). Sum of RGB (Red+Green+Blue) = 202+149+129=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9581 is #356A7E. Grayscale: #A2A2A2. Windows color (decimal): -3500671 or 8492490. OLE color: 8492490.

HSL color Cylindrical-coordinate representation of color #CA9581: hue angle of 16.44º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9581 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 129 -
CMYK 0 0.26 0.36 0.21
HSL 16.44º 0.41% 0.65% -
HSV(B) 16.44º 0.36% 0.79% -
XYZ 39.07 35.64 25.59 -
YUV 162.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 202 149 129 0 0.26 0.36 0.21 16.44 0.41 0.65
Hex CA 95 81 0 1A 24 15 10 29 41
Octal 312 225 201 0 32 44 25 20 51 101
Binary 11001010 10010101 10000001 0 11010 100100 10101 10000 101001 1000001

Color Harmonies of #CA9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9581

Black with #CA9581

Text Example


Text Example

White with #CA9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9581; }

 p { color: rgb(202,149,129); }

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

background-color css

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

 a { background-color: rgb(202,149,129); }

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

border-color css

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

 span { border-color: rgb(202,149,129); }

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