Html Css Color HEX #C0988E Quicksand

📋 copy color: '#C0988E'

red 192 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #C0988E

Tints of Quicksand #C0988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 39.51%
G = 31.28%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0988E (or 0xC0988E) is known color: Quicksand. HEX triplet: C0, 98 and 8E. RGB value is (192,152,142). Sum of RGB (Red+Green+Blue) = 192+152+142=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988E is #3F6771. Grayscale: #A2A2A2. Windows color (decimal): -4155250 or 9345216. OLE color: 9345216.

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

Color convert

RGB 192 152 142 -
CMYK 0 0.21 0.26 0.25
HSL 12º 0.28% 0.65% -
HSV(B) 12º 0.26% 0.75% -
XYZ 37.85 35.62 30.47 -
YUV 162.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 192 152 142 0 0.21 0.26 0.25 12 0.28 0.65
Hex C0 98 8E 0 15 1A 19 C 1C 41
Octal 300 230 216 0 25 32 31 14 34 101
Binary 11000000 10011000 10001110 0 10101 11010 11001 1100 11100 1000001

Color Harmonies of #C0988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0988E

Black with #C0988E

Text Example


Text Example

White with #C0988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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