Html Css Color HEX #CDB193 Cashmere

📋 copy color: '#CDB193'

red 205 ◦ green 177 ◦ blue 147

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

Shades of Cashmere #CDB193

Tints of Cashmere #CDB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.46%

 BLUE value IS 147 (57.81% from 255) = 27.79%

R = 38.75%
G = 33.46%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDB193 (or 0xCDB193) is known color: Cashmere. HEX triplet: CD, B1 and 93. RGB value is (205,177,147). Sum of RGB (Red+Green+Blue) = 205+177+147=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB193 is #324E6C. Grayscale: #B6B6B6. Windows color (decimal): -3296877 or 9679309. OLE color: 9679309.

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

Color convert

RGB 205 177 147 -
CMYK 0 0.14 0.28 0.20
HSL 31.03º 0.37% 0.69% -
HSV(B) 31.03º 0.28% 0.8% -
XYZ 46.17 46.53 34.15 -
YUV 181.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 205 177 147 0 0.14 0.28 0.20 31.03 0.37 0.69
Hex CD B1 93 0 E 1C 14 1F 25 45
Octal 315 261 223 0 16 34 24 37 45 105
Binary 11001101 10110001 10010011 0 1110 11100 10100 11111 100101 1000101

Color Harmonies of #CDB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB193

Black with #CDB193

Text Example


Text Example

White with #CDB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB193; }

 p { color: rgb(205,177,147); }

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

background-color css

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

 a { background-color: rgb(205,177,147); }

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

border-color css

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

 span { border-color: rgb(205,177,147); }

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