#CCC3AF

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

Shades of Parchment #CCC3AF

Tints of Parchment #CCC3AF

Color information

#CCC3AF (or 0xCCC3AF) is unknown color: approx Parchment. HEX triplet: CC, C3 and AF. RGB value is (204,195,175). Sum of RGB (Red+Green+Blue) = 204+195+175=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AF is #333C50. Grayscale: #C3C3C3. Windows color (decimal): -3357777 or 11518924. OLE color: 11518924.

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

Color convert

RGB204195175-
CMYK00.040.140.2
HSL41.38º22.14%74.31%-
HSV(B)41.38º14.22%80%-
XYZ52.1554.9648.42-
YUV195.41116.48134.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=35.54%
G=33.97%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419517500.040.140.241.3822.1474.31
HexCCC3AF04E1429164a
Octal3143032570416245126112
Binary1100110011000011101011110100111010100101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3AF; }

 p { color: rgb(204,195,175); }

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

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

 a { background-color: rgb(204,195,175); }

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

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

 span { border-color: rgb(204,195,175); }

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