Html Css Color HEX #CDB09F Cashmere

📋 copy color: '#CDB09F'

red 205 ◦ green 176 ◦ blue 159

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

Shades of Cashmere #CDB09F

Tints of Cashmere #CDB09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.44%

R = 37.96%
G = 32.59%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CDB09F (or 0xCDB09F) is known color: Cashmere. HEX triplet: CD, B0 and 9F. RGB value is (205,176,159). Sum of RGB (Red+Green+Blue) = 205+176+159=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09F is #324F60. Grayscale: #B6B6B6. Windows color (decimal): -3297121 or 10465485. OLE color: 10465485.

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

Color convert

RGB 205 176 159 -
CMYK 0 0.14 0.22 0.20
HSL 22.17º 0.32% 0.71% -
HSV(B) 22.17º 0.22% 0.8% -
XYZ 46.96 46.53 39.31 -
YUV 182.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 205 176 159 0 0.14 0.22 0.20 22.17 0.32 0.71
Hex CD B0 9F 0 E 16 14 16 20 47
Octal 315 260 237 0 16 26 24 26 40 107
Binary 11001101 10110000 10011111 0 1110 10110 10100 10110 100000 1000111

Color Harmonies of #CDB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB09F

Black with #CDB09F

Text Example


Text Example

White with #CDB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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