#C3CEC0

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

Shades of Surf Crest #C3CEC0

Tints of Surf Crest #C3CEC0

Color information

#C3CEC0 (or 0xC3CEC0) is unknown color: approx Surf Crest. HEX triplet: C3, CE and C0. RGB value is (195,206,192). Sum of RGB (Red+Green+Blue) = 195+206+192=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC0 is #3C313F. Grayscale: #C9C9C9. Windows color (decimal): -3944768 or 12635843. OLE color: 12635843.

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

Color convert

RGB195206192-
CMYK0.0500.070.19
HSL107.14º12.5%78.04%-
HSV(B)107.14º6.8%80.78%-
XYZ54.0959.5558.51-
YUV201.12122.86123.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=32.88%
G=34.74%
B=32.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061920.0500.070.19107.1412.578.04
HexC3CEC0507136bd4e
Octal3033163005072315315116
Binary110000111100111011000000101011110011110101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEC0; }

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

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

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

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

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

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

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

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