Html Css Color HEX #CDB099 Cashmere

📋 copy color: '#CDB099'

red 205 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #CDB099

Tints of Cashmere #CDB099

RGB

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

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

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

R = 38.39%
G = 32.96%
B = 28.65%

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

#CDB099 (or 0xCDB099) is known color: Cashmere. HEX triplet: CD, B0 and 99. RGB value is (205,176,153). Sum of RGB (Red+Green+Blue) = 205+176+153=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB099 is #324F66. Grayscale: #B6B6B6. Windows color (decimal): -3297127 or 10072269. OLE color: 10072269.

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

Color convert

RGB 205 176 153 -
CMYK 0 0.14 0.25 0.20
HSL 26.54º 0.34% 0.7% -
HSV(B) 26.54º 0.25% 0.8% -
XYZ 46.45 46.33 36.63 -
YUV 182.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 205 176 153 0 0.14 0.25 0.20 26.54 0.34 0.7
Hex CD B0 99 0 E 19 14 1B 22 46
Octal 315 260 231 0 16 31 24 33 42 106
Binary 11001101 10110000 10011001 0 1110 11001 10100 11011 100010 1000110

Color Harmonies of #CDB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB099

Black with #CDB099

Text Example


Text Example

White with #CDB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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