Html Css Color HEX #C0968F Quicksand

📋 copy color: '#C0968F'

red 192 ◦ green 150 ◦ blue 143

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

Shades of Quicksand #C0968F

Tints of Quicksand #C0968F

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

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

R = 39.59%
G = 30.93%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0968F (or 0xC0968F) is known color: Quicksand. HEX triplet: C0, 96 and 8F. RGB value is (192,150,143). Sum of RGB (Red+Green+Blue) = 192+150+143=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968F is #3F6970. Grayscale: #A1A1A1. Windows color (decimal): -4155761 or 9410240. OLE color: 9410240.

HSL color Cylindrical-coordinate representation of color #C0968F: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0968F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 143 -
CMYK 0 0.22 0.26 0.25
HSL 8.57º 0.28% 0.66% -
HSV(B) 8.57º 0.26% 0.75% -
XYZ 37.6 35 30.76 -
YUV 161.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 192 150 143 0 0.22 0.26 0.25 8.57 0.28 0.66
Hex C0 96 8F 0 16 1A 19 9 1C 42
Octal 300 226 217 0 26 32 31 11 34 102
Binary 11000000 10010110 10001111 0 10110 11010 11001 1001 11100 1000010

Color Harmonies of #C0968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0968F

Black with #C0968F

Text Example


Text Example

White with #C0968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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