Html Css Color HEX #CD988D Quicksand

📋 copy color: '#CD988D'

red 205 ◦ green 152 ◦ blue 141

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

Shades of Quicksand #CD988D

Tints of Quicksand #CD988D

RGB

 RED value IS 205 (80.47% from 255) = 41.16%

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 41.16%
G = 30.52%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD988D (or 0xCD988D) is known color: Quicksand. HEX triplet: CD, 98 and 8D. RGB value is (205,152,141). Sum of RGB (Red+Green+Blue) = 205+152+141=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988D is #326772. Grayscale: #A6A6A6. Windows color (decimal): -3303283 or 9279693. OLE color: 9279693.

HSL color Cylindrical-coordinate representation of color #CD988D: hue angle of 10.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD988D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 152 141 -
CMYK 0 0.26 0.31 0.20
HSL 10.31º 0.39% 0.68% -
HSV(B) 10.31º 0.31% 0.8% -
XYZ 41.21 37.36 30.24 -
YUV 166.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 205 152 141 0 0.26 0.31 0.20 10.31 0.39 0.68
Hex CD 98 8D 0 1A 1F 14 A 27 44
Octal 315 230 215 0 32 37 24 12 47 104
Binary 11001101 10011000 10001101 0 11010 11111 10100 1010 100111 1000100

Color Harmonies of #CD988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD988D

Black with #CD988D

Text Example


Text Example

White with #CD988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD988D; }

 p { color: rgb(205,152,141); }

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

background-color css

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

 a { background-color: rgb(205,152,141); }

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

border-color css

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

 span { border-color: rgb(205,152,141); }

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