Html Css Color HEX #CDB39B Cashmere

📋 copy color: '#CDB39B'

red 205 ◦ green 179 ◦ blue 155

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

Shades of Cashmere #CDB39B

Tints of Cashmere #CDB39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 38.03%
G = 33.21%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CDB39B (or 0xCDB39B) is known color: Cashmere. HEX triplet: CD, B3 and 9B. RGB value is (205,179,155). Sum of RGB (Red+Green+Blue) = 205+179+155=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39B is #324C64. Grayscale: #B8B8B8. Windows color (decimal): -3296357 or 10204109. OLE color: 10204109.

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

Color convert

RGB 205 179 155 -
CMYK 0 0.13 0.24 0.20
HSL 28.8º 0.33% 0.71% -
HSV(B) 28.8º 0.24% 0.8% -
XYZ 47.21 47.59 37.71 -
YUV 184.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 205 179 155 0 0.13 0.24 0.20 28.8 0.33 0.71
Hex CD B3 9B 0 D 18 14 1D 21 47
Octal 315 263 233 0 15 30 24 35 41 107
Binary 11001101 10110011 10011011 0 1101 11000 10100 11101 100001 1000111

Color Harmonies of #CDB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB39B

Black with #CDB39B

Text Example


Text Example

White with #CDB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB39B; }

 p { color: rgb(205,179,155); }

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

background-color css

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

 a { background-color: rgb(205,179,155); }

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

border-color css

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

 span { border-color: rgb(205,179,155); }

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