#C3CCCA

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

Shades of Geyser #C3CCCA

Tints of Geyser #C3CCCA

Color information

#C3CCCA (or 0xC3CCCA) is unknown color: approx Geyser. HEX triplet: C3, CC and CA. RGB value is (195,204,202). Sum of RGB (Red+Green+Blue) = 195+204+202=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCA is #3C3335. Grayscale: #C9C9C9. Windows color (decimal): -3945270 or 13290691. OLE color: 13290691.

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

Color convert

RGB195204202-
CMYK0.0400.010.2
HSL166.67º8.11%78.24%-
HSV(B)166.67º4.41%80%-
XYZ54.7659.0564.39-
YUV201.08128.52123.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=32.45%
G=33.94%
B=33.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952042020.0400.010.2166.678.1178.24
HexC3CCCA40114a784e
Octal3033143124012424710116
Binary11000011110011001100101010001101001010011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCCA; }

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

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

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

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

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

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

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

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