Html Css Color HEX #CA968D Quicksand

📋 copy color: '#CA968D'

red 202 ◦ green 150 ◦ blue 141

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

Shades of Quicksand #CA968D

Tints of Quicksand #CA968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 40.97%
G = 30.43%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA968D (or 0xCA968D) is known color: Quicksand. HEX triplet: CA, 96 and 8D. RGB value is (202,150,141). Sum of RGB (Red+Green+Blue) = 202+150+141=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968D is #356972. Grayscale: #A4A4A4. Windows color (decimal): -3500403 or 9279178. OLE color: 9279178.

HSL color Cylindrical-coordinate representation of color #CA968D: hue angle of 8.85º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA968D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 141 -
CMYK 0 0.26 0.30 0.21
HSL 8.85º 0.37% 0.67% -
HSV(B) 8.85º 0.3% 0.79% -
XYZ 40.07 36.29 30.09 -
YUV 164.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 202 150 141 0 0.26 0.30 0.21 8.85 0.37 0.67
Hex CA 96 8D 0 1A 1E 15 9 25 43
Octal 312 226 215 0 32 36 25 11 45 103
Binary 11001010 10010110 10001101 0 11010 11110 10101 1001 100101 1000011

Color Harmonies of #CA968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA968D

Black with #CA968D

Text Example


Text Example

White with #CA968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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