#CDC5B0

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

Shades of Parchment #CDC5B0

Tints of Parchment #CDC5B0

Color information

#CDC5B0 (or 0xCDC5B0) is unknown color: approx Parchment. HEX triplet: CD, C5 and B0. RGB value is (205,197,176). Sum of RGB (Red+Green+Blue) = 205+197+176=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5B0 is #323A4F. Grayscale: #C5C5C5. Windows color (decimal): -3291728 or 11584973. OLE color: 11584973.

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

Color convert

RGB205197176-
CMYK00.040.140.20
HSL43.45º22.48%74.71%-
HSV(B)43.45º14.15%80.39%-
XYZ52.9856.0549.1-
YUV197116.15133.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=35.47%
G=34.08%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519717600.040.140.2043.4522.4874.71
HexCDC5B004E142b164b
Octal3153052600416245326113
Binary1100110111000101101100000100111010100101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5B0; }

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

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

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

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

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

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

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

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