Html Css Color HEX #CA9387 Quicksand

📋 copy color: '#CA9387'

red 202 ◦ green 147 ◦ blue 135

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

Shades of Quicksand #CA9387

Tints of Quicksand #CA9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 41.74%
G = 30.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA9387 (or 0xCA9387) is known color: Quicksand. HEX triplet: CA, 93 and 87. RGB value is (202,147,135). Sum of RGB (Red+Green+Blue) = 202+147+135=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9387 is #356C78. Grayscale: #A2A2A2. Windows color (decimal): -3501177 or 8885194. OLE color: 8885194.

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

Color convert

RGB 202 147 135 -
CMYK 0 0.27 0.33 0.21
HSL 10.75º 0.39% 0.66% -
HSV(B) 10.75º 0.33% 0.79% -
XYZ 39.16 35.17 27.65 -
YUV 162.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 202 147 135 0 0.27 0.33 0.21 10.75 0.39 0.66
Hex CA 93 87 0 1B 21 15 B 27 42
Octal 312 223 207 0 33 41 25 13 47 102
Binary 11001010 10010011 10000111 0 11011 100001 10101 1011 100111 1000010

Color Harmonies of #CA9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9387

Black with #CA9387

Text Example


Text Example

White with #CA9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9387; }

 p { color: rgb(202,147,135); }

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

background-color css

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

 a { background-color: rgb(202,147,135); }

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

border-color css

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

 span { border-color: rgb(202,147,135); }

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