#C3D0C1

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

Shades of Surf Crest #C3D0C1

Tints of Surf Crest #C3D0C1

Color information

#C3D0C1 (or 0xC3D0C1) is unknown color: approx Surf Crest. HEX triplet: C3, D0 and C1. RGB value is (195,208,193). Sum of RGB (Red+Green+Blue) = 195+208+193=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0C1 is #3C2F3E. Grayscale: #CACACA. Windows color (decimal): -3944255 or 12701891. OLE color: 12701891.

HSL color Cylindrical-coordinate representation of color #C3D0C1: hue angle of 112º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D0C1 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB195208193-
CMYK0.0600.070.18
HSL112º13.76%78.63%-
HSV(B)112º7.21%81.57%-
XYZ54.6960.5659.26-
YUV202.4122.69122.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=32.72%
G=34.90%
B=32.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081930.0600.070.1811213.7678.63
HexC3D0C16071270e4f
Octal3033203016072216016117
Binary110000111101000011000001110011110010111000011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0C1; }

 p { color: rgb(195,208,193); }

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

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

 a { background-color: rgb(195,208,193); }

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

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

 span { border-color: rgb(195,208,193); }

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