Html Css Color HEX #CA9683 Quicksand

📋 copy color: '#CA9683'

red 202 ◦ green 150 ◦ blue 131

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

Shades of Quicksand #CA9683

Tints of Quicksand #CA9683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 41.82%
G = 31.06%
B = 27.12%

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

#CA9683 (or 0xCA9683) is known color: Quicksand. HEX triplet: CA, 96 and 83. RGB value is (202,150,131). Sum of RGB (Red+Green+Blue) = 202+150+131=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9683 is #35697C. Grayscale: #A3A3A3. Windows color (decimal): -3500413 or 8623818. OLE color: 8623818.

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

Color convert

RGB 202 150 131 -
CMYK 0 0.26 0.35 0.21
HSL 16.06º 0.4% 0.65% -
HSV(B) 16.06º 0.35% 0.79% -
XYZ 39.36 36.01 26.35 -
YUV 163.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 202 150 131 0 0.26 0.35 0.21 16.06 0.4 0.65
Hex CA 96 83 0 1A 23 15 10 28 41
Octal 312 226 203 0 32 43 25 20 50 101
Binary 11001010 10010110 10000011 0 11010 100011 10101 10000 101000 1000001

Color Harmonies of #CA9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9683

Black with #CA9683

Text Example


Text Example

White with #CA9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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