Html Css Color HEX #C4968B Quicksand

📋 copy color: '#C4968B'

red 196 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #C4968B

Tints of Quicksand #C4968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 40.41%
G = 30.93%
B = 28.66%

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

#C4968B (or 0xC4968B) is known color: Quicksand. HEX triplet: C4, 96 and 8B. RGB value is (196,150,139). Sum of RGB (Red+Green+Blue) = 196+150+139=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4968B is #3B6974. Grayscale: #A2A2A2. Windows color (decimal): -3893621 or 9148100. OLE color: 9148100.

HSL color Cylindrical-coordinate representation of color #C4968B: hue angle of 11.58º degrees, saturation: 0.33, 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 #C4968B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 139 -
CMYK 0 0.23 0.29 0.23
HSL 11.58º 0.33% 0.66% -
HSV(B) 11.58º 0.29% 0.77% -
XYZ 38.33 35.41 29.24 -
YUV 162.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 196 150 139 0 0.23 0.29 0.23 11.58 0.33 0.66
Hex C4 96 8B 0 17 1D 17 C 21 42
Octal 304 226 213 0 27 35 27 14 41 102
Binary 11000100 10010110 10001011 0 10111 11101 10111 1100 100001 1000010

Color Harmonies of #C4968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4968B

Black with #C4968B

Text Example


Text Example

White with #C4968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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