Html Css Color HEX #C0998B Quicksand

📋 copy color: '#C0998B'

red 192 ◦ green 153 ◦ blue 139

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

Shades of Quicksand #C0998B

Tints of Quicksand #C0998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

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

R = 39.67%
G = 31.61%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0998B (or 0xC0998B) is known color: Quicksand. HEX triplet: C0, 99 and 8B. RGB value is (192,153,139). Sum of RGB (Red+Green+Blue) = 192+153+139=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0998B is #3F6674. Grayscale: #A3A3A3. Windows color (decimal): -4154997 or 9148864. OLE color: 9148864.

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

Color convert

RGB 192 153 139 -
CMYK 0 0.20 0.28 0.25
HSL 15.85º 0.3% 0.65% -
HSV(B) 15.85º 0.28% 0.75% -
XYZ 37.79 35.85 29.35 -
YUV 163.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 192 153 139 0 0.20 0.28 0.25 15.85 0.3 0.65
Hex C0 99 8B 0 14 1C 19 10 1E 41
Octal 300 231 213 0 24 34 31 20 36 101
Binary 11000000 10011001 10001011 0 10100 11100 11001 10000 11110 1000001

Color Harmonies of #C0998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0998B

Black with #C0998B

Text Example


Text Example

White with #C0998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0998B; }

 p { color: rgb(192,153,139); }

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

background-color css

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

 a { background-color: rgb(192,153,139); }

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

border-color css

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

 span { border-color: rgb(192,153,139); }

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