#C4CAC5

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

Shades of Paris White #C4CAC5

Tints of Paris White #C4CAC5

Color information

#C4CAC5 (or 0xC4CAC5) is unknown color: approx Paris White. HEX triplet: C4, CA and C5. RGB value is (196,202,197). Sum of RGB (Red+Green+Blue) = 196+202+197=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC5 is #3B353A. Grayscale: #C7C7C7. Windows color (decimal): -3880251 or 12962500. OLE color: 12962500.

HSL color Cylindrical-coordinate representation of color #C4CAC5: hue angle of 130º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4CAC5 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB196202197-
CMYK0.0300.020.21
HSL130º5.36%78.04%-
HSV(B)130º2.97%79.22%-
XYZ53.9658.0161.18-
YUV199.64126.51125.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=32.94%
G=33.95%
B=33.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021970.0300.020.211305.3678.04
HexC4CAC5302158254e
Octal304312305302252025116
Binary1100010011001010110001011101010101100000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAC5; }

 p { color: rgb(196,202,197); }

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

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

 a { background-color: rgb(196,202,197); }

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

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

 span { border-color: rgb(196,202,197); }

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