Html Css Color HEX #CA968F Quicksand

📋 copy color: '#CA968F'

red 202 ◦ green 150 ◦ blue 143

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

Shades of Quicksand #CA968F

Tints of Quicksand #CA968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.89%

R = 40.81%
G = 30.3%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA968F (or 0xCA968F) is known color: Quicksand. HEX triplet: CA, 96 and 8F. RGB value is (202,150,143). Sum of RGB (Red+Green+Blue) = 202+150+143=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968F is #356970. Grayscale: #A4A4A4. Windows color (decimal): -3500401 or 9410250. OLE color: 9410250.

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

Color convert

RGB 202 150 143 -
CMYK 0 0.26 0.29 0.21
HSL 7.12º 0.36% 0.68% -
HSV(B) 7.12º 0.29% 0.79% -
XYZ 40.22 36.35 30.88 -
YUV 164.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 202 150 143 0 0.26 0.29 0.21 7.12 0.36 0.68
Hex CA 96 8F 0 1A 1D 15 7 24 44
Octal 312 226 217 0 32 35 25 7 44 104
Binary 11001010 10010110 10001111 0 11010 11101 10101 111 100100 1000100

Color Harmonies of #CA968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA968F

Black with #CA968F

Text Example


Text Example

White with #CA968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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