Html Css Color HEX #CDB49E Cashmere

📋 copy color: '#CDB49E'

red 205 ◦ green 180 ◦ blue 158

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

Shades of Cashmere #CDB49E

Tints of Cashmere #CDB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.15%

 BLUE value IS 158 (62.11% from 255) = 29.1%

R = 37.75%
G = 33.15%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CDB49E (or 0xCDB49E) is known color: Cashmere. HEX triplet: CD, B4 and 9E. RGB value is (205,180,158). Sum of RGB (Red+Green+Blue) = 205+180+158=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49E is #324B61. Grayscale: #B9B9B9. Windows color (decimal): -3296098 or 10400973. OLE color: 10400973.

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

Color convert

RGB 205 180 158 -
CMYK 0 0.12 0.23 0.20
HSL 28.09º 0.32% 0.71% -
HSV(B) 28.09º 0.23% 0.8% -
XYZ 47.67 48.09 39.12 -
YUV 184.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 205 180 158 0 0.12 0.23 0.20 28.09 0.32 0.71
Hex CD B4 9E 0 C 17 14 1C 20 47
Octal 315 264 236 0 14 27 24 34 40 107
Binary 11001101 10110100 10011110 0 1100 10111 10100 11100 100000 1000111

Color Harmonies of #CDB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB49E

Black with #CDB49E

Text Example


Text Example

White with #CDB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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