Html Css Color HEX #C4968C Quicksand

📋 copy color: '#C4968C'

red 196 ◦ green 150 ◦ blue 140

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

Shades of Quicksand #C4968C

Tints of Quicksand #C4968C

RGB

 RED value IS 196 (76.95% from 255) = 40.33%

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 40.33%
G = 30.86%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4968C (or 0xC4968C) is known color: Quicksand. HEX triplet: C4, 96 and 8C. RGB value is (196,150,140). Sum of RGB (Red+Green+Blue) = 196+150+140=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4968C is #3B6973. Grayscale: #A2A2A2. Windows color (decimal): -3893620 or 9213636. OLE color: 9213636.

HSL color Cylindrical-coordinate representation of color #C4968C: hue angle of 10.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4968C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 140 -
CMYK 0 0.23 0.29 0.23
HSL 10.71º 0.32% 0.66% -
HSV(B) 10.71º 0.29% 0.77% -
XYZ 38.4 35.44 29.63 -
YUV 162.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 196 150 140 0 0.23 0.29 0.23 10.71 0.32 0.66
Hex C4 96 8C 0 17 1D 17 B 20 42
Octal 304 226 214 0 27 35 27 13 40 102
Binary 11000100 10010110 10001100 0 10111 11101 10111 1011 100000 1000010

Color Harmonies of #C4968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4968C

Black with #C4968C

Text Example


Text Example

White with #C4968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4968C; }

 p { color: rgb(196,150,140); }

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

background-color css

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

 a { background-color: rgb(196,150,140); }

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

border-color css

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

 span { border-color: rgb(196,150,140); }

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