#CDC5B4

Color #CDC5B4 Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #CDC5B4

Tints of Parchment #CDC5B4

Color information

#CDC5B4 (or 0xCDC5B4) is unknown color: approx Parchment. HEX triplet: CD, C5 and B4. RGB value is (205,197,180). Sum of RGB (Red+Green+Blue) = 205+197+180=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5B4 is #323A4B. Grayscale: #C5C5C5. Windows color (decimal): -3291724 or 11847117. OLE color: 11847117.

HSL color Cylindrical-coordinate representation of color #CDC5B4: hue angle of 40.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC5B4 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205197180-
CMYK00.040.120.20
HSL40.8º20%75.49%-
HSV(B)40.8º12.2%80.39%-
XYZ53.3856.2151.22-
YUV197.45118.15133.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 197 (77.34% from 255) = 33.85%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=35.22%
G=33.85%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519718000.040.120.2040.82075.49
HexCDC5B404C1429144b
Octal3153052640414245124113
Binary1100110111000101101101000100110010100101001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5B4; }

 p { color: rgb(205,197,180); }

 H1.HeaderClassName
 {
   color: #CDC5B4;
 }
 .AnyTagClassName
 {
   color: #CDC5B4;
 }
</style>
background-color css

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

 a { background-color: rgb(205,197,180); }

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

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

 span { border-color: rgb(205,197,180); }

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