Html Css Color HEX #C5998A Quicksand

📋 copy color: '#C5998A'

red 197 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #C5998A

Tints of Quicksand #C5998A

RGB

 RED value IS 197 (77.34% from 255) = 40.37%

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

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

R = 40.37%
G = 31.35%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5998A (or 0xC5998A) is known color: Quicksand. HEX triplet: C5, 99 and 8A. RGB value is (197,153,138). Sum of RGB (Red+Green+Blue) = 197+153+138=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5998A is #3A6675. Grayscale: #A4A4A4. Windows color (decimal): -3827318 or 9083333. OLE color: 9083333.

HSL color Cylindrical-coordinate representation of color #C5998A: hue angle of 15.25º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5998A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 138 -
CMYK 0 0.22 0.30 0.23
HSL 15.25º 0.34% 0.66% -
HSV(B) 15.25º 0.3% 0.77% -
XYZ 39 36.49 29.03 -
YUV 164.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 197 153 138 0 0.22 0.30 0.23 15.25 0.34 0.66
Hex C5 99 8A 0 16 1E 17 F 22 42
Octal 305 231 212 0 26 36 27 17 42 102
Binary 11000101 10011001 10001010 0 10110 11110 10111 1111 100010 1000010

Color Harmonies of #C5998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5998A

Black with #C5998A

Text Example


Text Example

White with #C5998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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