Html Css Color HEX #CDB095 Cashmere

📋 copy color: '#CDB095'

red 205 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #CDB095

Tints of Cashmere #CDB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 38.68%
G = 33.21%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDB095 (or 0xCDB095) is known color: Cashmere. HEX triplet: CD, B0 and 95. RGB value is (205,176,149). Sum of RGB (Red+Green+Blue) = 205+176+149=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB095 is #324F6A. Grayscale: #B5B5B5. Windows color (decimal): -3297131 or 9810125. OLE color: 9810125.

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

Color convert

RGB 205 176 149 -
CMYK 0 0.14 0.27 0.20
HSL 28.93º 0.36% 0.69% -
HSV(B) 28.93º 0.27% 0.8% -
XYZ 46.13 46.2 34.92 -
YUV 181.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 205 176 149 0 0.14 0.27 0.20 28.93 0.36 0.69
Hex CD B0 95 0 E 1B 14 1D 24 45
Octal 315 260 225 0 16 33 24 35 44 105
Binary 11001101 10110000 10010101 0 1110 11011 10100 11101 100100 1000101

Color Harmonies of #CDB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB095

Black with #CDB095

Text Example


Text Example

White with #CDB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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