Html Css Color HEX #C0988F Quicksand

📋 copy color: '#C0988F'

red 192 ◦ green 152 ◦ blue 143

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

Shades of Quicksand #C0988F

Tints of Quicksand #C0988F

RGB

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

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

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

R = 39.43%
G = 31.21%
B = 29.36%

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

#C0988F (or 0xC0988F) is known color: Quicksand. HEX triplet: C0, 98 and 8F. RGB value is (192,152,143). Sum of RGB (Red+Green+Blue) = 192+152+143=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988F is #3F6770. Grayscale: #A3A3A3. Windows color (decimal): -4155249 or 9410752. OLE color: 9410752.

HSL color Cylindrical-coordinate representation of color #C0988F: hue angle of 11.02º 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 #C0988F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 143 -
CMYK 0 0.21 0.26 0.25
HSL 11.02º 0.28% 0.66% -
HSV(B) 11.02º 0.26% 0.75% -
XYZ 37.92 35.65 30.87 -
YUV 162.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 192 152 143 0 0.21 0.26 0.25 11.02 0.28 0.66
Hex C0 98 8F 0 15 1A 19 B 1C 42
Octal 300 230 217 0 25 32 31 13 34 102
Binary 11000000 10011000 10001111 0 10101 11010 11001 1011 11100 1000010

Color Harmonies of #C0988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0988F

Black with #C0988F

Text Example


Text Example

White with #C0988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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