Html Css Color HEX #C0998A Quicksand

📋 copy color: '#C0998A'

red 192 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #C0998A

Tints of Quicksand #C0998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 39.75%
G = 31.68%
B = 28.57%

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

#C0998A (or 0xC0998A) is known color: Quicksand. HEX triplet: C0, 99 and 8A. RGB value is (192,153,138). Sum of RGB (Red+Green+Blue) = 192+153+138=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0998A is #3F6675. Grayscale: #A3A3A3. Windows color (decimal): -4154998 or 9083328. OLE color: 9083328.

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

Color convert

RGB 192 153 138 -
CMYK 0 0.20 0.28 0.25
HSL 16.67º 0.3% 0.65% -
HSV(B) 16.67º 0.28% 0.75% -
XYZ 37.72 35.82 28.97 -
YUV 162.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 192 153 138 0 0.20 0.28 0.25 16.67 0.3 0.65
Hex C0 99 8A 0 14 1C 19 11 1E 41
Octal 300 231 212 0 24 34 31 21 36 101
Binary 11000000 10011001 10001010 0 10100 11100 11001 10001 11110 1000001

Color Harmonies of #C0998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0998A

Black with #C0998A

Text Example


Text Example

White with #C0998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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