Html Css Color HEX #CDB199 Cashmere

📋 copy color: '#CDB199'

red 205 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #CDB199

Tints of Cashmere #CDB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.6%

R = 38.32%
G = 33.08%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CDB199 (or 0xCDB199) is known color: Cashmere. HEX triplet: CD, B1 and 99. RGB value is (205,177,153). Sum of RGB (Red+Green+Blue) = 205+177+153=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB199 is #324E66. Grayscale: #B6B6B6. Windows color (decimal): -3296871 or 10072525. OLE color: 10072525.

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

Color convert

RGB 205 177 153 -
CMYK 0 0.14 0.25 0.20
HSL 27.69º 0.34% 0.7% -
HSV(B) 27.69º 0.25% 0.8% -
XYZ 46.65 46.72 36.7 -
YUV 182.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 205 177 153 0 0.14 0.25 0.20 27.69 0.34 0.7
Hex CD B1 99 0 E 19 14 1C 22 46
Octal 315 261 231 0 16 31 24 34 42 106
Binary 11001101 10110001 10011001 0 1110 11001 10100 11100 100010 1000110

Color Harmonies of #CDB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB199

Black with #CDB199

Text Example


Text Example

White with #CDB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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