Html Css Color HEX #CDA995 Cashmere

📋 copy color: '#CDA995'

red 205 ◦ green 169 ◦ blue 149

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

Shades of Cashmere #CDA995

Tints of Cashmere #CDA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 39.2%
G = 32.31%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDA995 (or 0xCDA995) is known color: Cashmere. HEX triplet: CD, A9 and 95. RGB value is (205,169,149). Sum of RGB (Red+Green+Blue) = 205+169+149=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA995 is #32566A. Grayscale: #B1B1B1. Windows color (decimal): -3298923 or 9808333. OLE color: 9808333.

HSL color Cylindrical-coordinate representation of color #CDA995: hue angle of 21.43º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA995 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 149 -
CMYK 0 0.18 0.27 0.20
HSL 21.43º 0.36% 0.69% -
HSV(B) 21.43º 0.27% 0.8% -
XYZ 44.79 43.52 34.47 -
YUV 177.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 205 169 149 0 0.18 0.27 0.20 21.43 0.36 0.69
Hex CD A9 95 0 12 1B 14 15 24 45
Octal 315 251 225 0 22 33 24 25 44 105
Binary 11001101 10101001 10010101 0 10010 11011 10100 10101 100100 1000101

Color Harmonies of #CDA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA995

Black with #CDA995

Text Example


Text Example

White with #CDA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA995; }

 p { color: rgb(205,169,149); }

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

background-color css

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

 a { background-color: rgb(205,169,149); }

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

border-color css

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

 span { border-color: rgb(205,169,149); }

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