#C3DBC1

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

Shades of Surf Crest #C3DBC1

Tints of Surf Crest #C3DBC1

Color information

#C3DBC1 (or 0xC3DBC1) is unknown color: approx Surf Crest. HEX triplet: C3, DB and C1. RGB value is (195,219,193). Sum of RGB (Red+Green+Blue) = 195+219+193=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC1 is #3C243E. Grayscale: #D0D0D0. Windows color (decimal): -3941439 or 12704707. OLE color: 12704707.

HSL color Cylindrical-coordinate representation of color #C3DBC1: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DBC1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB195219193-
CMYK0.1100.120.14
HSL115.38º26.53%80.78%-
HSV(B)115.38º11.87%85.88%-
XYZ57.4666.1260.19-
YUV208.86119.05118.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=32.13%
G=36.08%
B=31.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191930.1100.120.14115.3826.5380.78
HexC3DBC1B0CE731b51
Octal303333301130141616333121
Binary11000011110110111100000110110110011101110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBC1; }

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

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

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

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

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

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

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

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