Html Css Color HEX #CDB19E Cashmere

📋 copy color: '#CDB19E'

red 205 ◦ green 177 ◦ blue 158

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

Shades of Cashmere #CDB19E

Tints of Cashmere #CDB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.78%

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

R = 37.96%
G = 32.78%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CDB19E (or 0xCDB19E) is known color: Cashmere. HEX triplet: CD, B1 and 9E. RGB value is (205,177,158). Sum of RGB (Red+Green+Blue) = 205+177+158=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB19E is #324E61. Grayscale: #B7B7B7. Windows color (decimal): -3296866 or 10400205. OLE color: 10400205.

HSL color Cylindrical-coordinate representation of color #CDB19E: hue angle of 24.26º 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 #CDB19E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 158 -
CMYK 0 0.14 0.23 0.20
HSL 24.26º 0.32% 0.71% -
HSV(B) 24.26º 0.23% 0.8% -
XYZ 47.07 46.89 38.92 -
YUV 183.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 205 177 158 0 0.14 0.23 0.20 24.26 0.32 0.71
Hex CD B1 9E 0 E 17 14 18 20 47
Octal 315 261 236 0 16 27 24 30 40 107
Binary 11001101 10110001 10011110 0 1110 10111 10100 11000 100000 1000111

Color Harmonies of #CDB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB19E

Black with #CDB19E

Text Example


Text Example

White with #CDB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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