#C1CCC4

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

Shades of Edgewater #C1CCC4

Tints of Edgewater #C1CCC4

Color information

#C1CCC4 (or 0xC1CCC4) is unknown color: approx Edgewater. HEX triplet: C1, CC and C4. RGB value is (193,204,196). Sum of RGB (Red+Green+Blue) = 193+204+196=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCC4 is #3E333B. Grayscale: #C7C7C7. Windows color (decimal): -4076348 or 12897473. OLE color: 12897473.

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

Color convert

RGB193204196-
CMYK0.0500.040.2
HSL136.36º9.73%77.84%-
HSV(B)136.36º5.39%80%-
XYZ53.5558.5160.7-
YUV199.8125.86123.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.55%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=32.55%
G=34.40%
B=33.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041960.0500.040.2136.369.7377.84
HexC1CCC45041488a4e
Octal3013143045042421012116
Binary1100000111001100110001001010100101001000100010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCC4; }

 p { color: rgb(193,204,196); }

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

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

 a { background-color: rgb(193,204,196); }

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

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

 span { border-color: rgb(193,204,196); }

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