Html Css Color HEX #C0988C Quicksand

📋 copy color: '#C0988C'

red 192 ◦ green 152 ◦ blue 140

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

Shades of Quicksand #C0988C

Tints of Quicksand #C0988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 39.67%
G = 31.4%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0988C (or 0xC0988C) is known color: Quicksand. HEX triplet: C0, 98 and 8C. RGB value is (192,152,140). Sum of RGB (Red+Green+Blue) = 192+152+140=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988C is #3F6773. Grayscale: #A2A2A2. Windows color (decimal): -4155252 or 9214144. OLE color: 9214144.

HSL color Cylindrical-coordinate representation of color #C0988C: hue angle of 13.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0988C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 140 -
CMYK 0 0.21 0.27 0.25
HSL 13.85º 0.29% 0.65% -
HSV(B) 13.85º 0.27% 0.75% -
XYZ 37.7 35.56 29.69 -
YUV 162.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 192 152 140 0 0.21 0.27 0.25 13.85 0.29 0.65
Hex C0 98 8C 0 15 1B 19 E 1D 41
Octal 300 230 214 0 25 33 31 16 35 101
Binary 11000000 10011000 10001100 0 10101 11011 11001 1110 11101 1000001

Color Harmonies of #C0988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0988C

Black with #C0988C

Text Example


Text Example

White with #C0988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0988C; }

 p { color: rgb(192,152,140); }

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

background-color css

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

 a { background-color: rgb(192,152,140); }

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

border-color css

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

 span { border-color: rgb(192,152,140); }

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