Html Css Color HEX #CA9684 Quicksand

📋 copy color: '#CA9684'

red 202 ◦ green 150 ◦ blue 132

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

Shades of Quicksand #CA9684

Tints of Quicksand #CA9684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 41.74%
G = 30.99%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA9684 (or 0xCA9684) is known color: Quicksand. HEX triplet: CA, 96 and 84. RGB value is (202,150,132). Sum of RGB (Red+Green+Blue) = 202+150+132=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9684 is #35697B. Grayscale: #A3A3A3. Windows color (decimal): -3500412 or 8689354. OLE color: 8689354.

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

Color convert

RGB 202 150 132 -
CMYK 0 0.26 0.35 0.21
HSL 15.43º 0.4% 0.65% -
HSV(B) 15.43º 0.35% 0.79% -
XYZ 39.43 36.04 26.71 -
YUV 163.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 202 150 132 0 0.26 0.35 0.21 15.43 0.4 0.65
Hex CA 96 84 0 1A 23 15 F 28 41
Octal 312 226 204 0 32 43 25 17 50 101
Binary 11001010 10010110 10000100 0 11010 100011 10101 1111 101000 1000001

Color Harmonies of #CA9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9684

Black with #CA9684

Text Example


Text Example

White with #CA9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9684; }

 p { color: rgb(202,150,132); }

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

background-color css

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

 a { background-color: rgb(202,150,132); }

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

border-color css

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

 span { border-color: rgb(202,150,132); }

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