Html Css Color HEX #CDB09B Cashmere

📋 copy color: '#CDB09B'

red 205 ◦ green 176 ◦ blue 155

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

Shades of Cashmere #CDB09B

Tints of Cashmere #CDB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.84%

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

R = 38.25%
G = 32.84%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CDB09B (or 0xCDB09B) is known color: Cashmere. HEX triplet: CD, B0 and 9B. RGB value is (205,176,155). Sum of RGB (Red+Green+Blue) = 205+176+155=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09B is #324F64. Grayscale: #B6B6B6. Windows color (decimal): -3297125 or 10203341. OLE color: 10203341.

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

Color convert

RGB 205 176 155 -
CMYK 0 0.14 0.24 0.20
HSL 25.2º 0.33% 0.71% -
HSV(B) 25.2º 0.24% 0.8% -
XYZ 46.62 46.4 37.51 -
YUV 182.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 205 176 155 0 0.14 0.24 0.20 25.2 0.33 0.71
Hex CD B0 9B 0 E 18 14 19 21 47
Octal 315 260 233 0 16 30 24 31 41 107
Binary 11001101 10110000 10011011 0 1110 11000 10100 11001 100001 1000111

Color Harmonies of #CDB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB09B

Black with #CDB09B

Text Example


Text Example

White with #CDB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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