Html Css Color HEX #CDB09D Cashmere

📋 copy color: '#CDB09D'

red 205 ◦ green 176 ◦ blue 157

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

Shades of Cashmere #CDB09D

Tints of Cashmere #CDB09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 38.1%
G = 32.71%
B = 29.18%

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

#CDB09D (or 0xCDB09D) is known color: Cashmere. HEX triplet: CD, B0 and 9D. RGB value is (205,176,157). Sum of RGB (Red+Green+Blue) = 205+176+157=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09D is #324F62. Grayscale: #B6B6B6. Windows color (decimal): -3297123 or 10334413. OLE color: 10334413.

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

Color convert

RGB 205 176 157 -
CMYK 0 0.14 0.23 0.20
HSL 23.75º 0.32% 0.71% -
HSV(B) 23.75º 0.23% 0.8% -
XYZ 46.79 46.46 38.4 -
YUV 182.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 205 176 157 0 0.14 0.23 0.20 23.75 0.32 0.71
Hex CD B0 9D 0 E 17 14 18 20 47
Octal 315 260 235 0 16 27 24 30 40 107
Binary 11001101 10110000 10011101 0 1110 10111 10100 11000 100000 1000111

Color Harmonies of #CDB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB09D

Black with #CDB09D

Text Example


Text Example

White with #CDB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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