Html Css Color HEX #CA9885 Quicksand

📋 copy color: '#CA9885'

red 202 ◦ green 152 ◦ blue 133

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

Shades of Quicksand #CA9885

Tints of Quicksand #CA9885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 41.48%
G = 31.21%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA9885 (or 0xCA9885) is known color: Quicksand. HEX triplet: CA, 98 and 85. RGB value is (202,152,133). Sum of RGB (Red+Green+Blue) = 202+152+133=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9885 is #35677A. Grayscale: #A4A4A4. Windows color (decimal): -3499899 or 8755402. OLE color: 8755402.

HSL color Cylindrical-coordinate representation of color #CA9885: hue angle of 16.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9885 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 133 -
CMYK 0 0.25 0.34 0.21
HSL 16.52º 0.39% 0.66% -
HSV(B) 16.52º 0.34% 0.79% -
XYZ 39.82 36.71 27.18 -
YUV 164.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 202 152 133 0 0.25 0.34 0.21 16.52 0.39 0.66
Hex CA 98 85 0 19 22 15 11 27 42
Octal 312 230 205 0 31 42 25 21 47 102
Binary 11001010 10011000 10000101 0 11001 100010 10101 10001 100111 1000010

Color Harmonies of #CA9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9885

Black with #CA9885

Text Example


Text Example

White with #CA9885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9885; }

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

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

background-color css

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

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

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

border-color css

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

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

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