Html Css Color HEX #CA968A Quicksand

📋 copy color: '#CA968A'

red 202 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #CA968A

Tints of Quicksand #CA968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 41.22%
G = 30.61%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA968A (or 0xCA968A) is known color: Quicksand. HEX triplet: CA, 96 and 8A. RGB value is (202,150,138). Sum of RGB (Red+Green+Blue) = 202+150+138=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA968A is #356975. Grayscale: #A4A4A4. Windows color (decimal): -3500406 or 9082570. OLE color: 9082570.

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

Color convert

RGB 202 150 138 -
CMYK 0 0.26 0.32 0.21
HSL 11.25º 0.38% 0.67% -
HSV(B) 11.25º 0.32% 0.79% -
XYZ 39.85 36.2 28.93 -
YUV 164.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 202 150 138 0 0.26 0.32 0.21 11.25 0.38 0.67
Hex CA 96 8A 0 1A 20 15 B 26 43
Octal 312 226 212 0 32 40 25 13 46 103
Binary 11001010 10010110 10001010 0 11010 100000 10101 1011 100110 1000011

Color Harmonies of #CA968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA968A

Black with #CA968A

Text Example


Text Example

White with #CA968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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