Html Css Color HEX #CDAA90 Cashmere

📋 copy color: '#CDAA90'

red 205 ◦ green 170 ◦ blue 144

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

Shades of Cashmere #CDAA90

Tints of Cashmere #CDAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.76%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 39.5%
G = 32.76%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDAA90 (or 0xCDAA90) is known color: Cashmere. HEX triplet: CD, AA and 90. RGB value is (205,170,144). Sum of RGB (Red+Green+Blue) = 205+170+144=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA90 is #32556F. Grayscale: #B1B1B1. Windows color (decimal): -3298672 or 9480909. OLE color: 9480909.

HSL color Cylindrical-coordinate representation of color #CDAA90: hue angle of 25.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDAA90 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 170 144 -
CMYK 0 0.17 0.30 0.20
HSL 25.57º 0.38% 0.68% -
HSV(B) 25.57º 0.3% 0.8% -
XYZ 44.59 43.74 32.48 -
YUV 177.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 205 170 144 0 0.17 0.30 0.20 25.57 0.38 0.68
Hex CD AA 90 0 11 1E 14 1A 26 44
Octal 315 252 220 0 21 36 24 32 46 104
Binary 11001101 10101010 10010000 0 10001 11110 10100 11010 100110 1000100

Color Harmonies of #CDAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA90

Black with #CDAA90

Text Example


Text Example

White with #CDAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA90; }

 p { color: rgb(205,170,144); }

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

background-color css

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

 a { background-color: rgb(205,170,144); }

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

border-color css

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

 span { border-color: rgb(205,170,144); }

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