Html Css Color HEX #CD9E89 Quicksand

📋 copy color: '#CD9E89'

red 205 ◦ green 158 ◦ blue 137

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

Shades of Quicksand #CD9E89

Tints of Quicksand #CD9E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 137 (53.91% from 255) = 27.4%

R = 41%
G = 31.6%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD9E89 (or 0xCD9E89) is known color: Quicksand. HEX triplet: CD, 9E and 89. RGB value is (205,158,137). Sum of RGB (Red+Green+Blue) = 205+158+137=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E89 is #326176. Grayscale: #A9A9A9. Windows color (decimal): -3301751 or 9019085. OLE color: 9019085.

HSL color Cylindrical-coordinate representation of color #CD9E89: hue angle of 18.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9E89 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 137 -
CMYK 0 0.23 0.33 0.20
HSL 18.53º 0.4% 0.67% -
HSV(B) 18.53º 0.33% 0.8% -
XYZ 41.92 39.24 29.03 -
YUV 169.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 205 158 137 0 0.23 0.33 0.20 18.53 0.4 0.67
Hex CD 9E 89 0 17 21 14 13 28 43
Octal 315 236 211 0 27 41 24 23 50 103
Binary 11001101 10011110 10001001 0 10111 100001 10100 10011 101000 1000011

Color Harmonies of #CD9E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E89

Black with #CD9E89

Text Example


Text Example

White with #CD9E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E89; }

 p { color: rgb(205,158,137); }

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

background-color css

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

 a { background-color: rgb(205,158,137); }

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

border-color css

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

 span { border-color: rgb(205,158,137); }

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