#C3CECC

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

Shades of Geyser #C3CECC

Tints of Geyser #C3CECC

Color information

#C3CECC (or 0xC3CECC) is unknown color: approx Geyser. HEX triplet: C3, CE and CC. RGB value is (195,206,204). Sum of RGB (Red+Green+Blue) = 195+206+204=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECC is #3C3133. Grayscale: #CACACA. Windows color (decimal): -3944756 or 13422275. OLE color: 13422275.

HSL color Cylindrical-coordinate representation of color #C3CECC: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CECC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB195206204-
CMYK0.0500.010.19
HSL169.09º10.09%78.63%-
HSV(B)169.09º5.34%80.78%-
XYZ55.4860.165.8-
YUV202.48128.86122.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=32.23%
G=34.05%
B=33.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952062040.0500.010.19169.0910.0978.63
HexC3CECC50113a9a4f
Octal3033163145012325112117
Binary11000011110011101100110010101100111010100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CECC; }

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

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

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

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

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

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

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

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