#C3D6BC

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

Shades of Surf Crest #C3D6BC

Tints of Surf Crest #C3D6BC

Color information

#C3D6BC (or 0xC3D6BC) is unknown color: approx Surf Crest. HEX triplet: C3, D6 and BC. RGB value is (195,214,188). Sum of RGB (Red+Green+Blue) = 195+214+188=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6BC is #3C2943. Grayscale: #CDCDCD. Windows color (decimal): -3942724 or 12375747. OLE color: 12375747.

HSL color Cylindrical-coordinate representation of color #C3D6BC: hue angle of 103.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D6BC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB195214188-
CMYK0.0900.120.16
HSL103.85º24.07%78.82%-
HSV(B)103.85º12.15%83.92%-
XYZ55.6363.3356.87-
YUV205.36118.21120.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=32.66%
G=35.85%
B=31.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952141880.0900.120.16103.8524.0778.82
HexC3D6BC90C1068184f
Octal303326274110142015030117
Binary110000111101011010111100100101100100001101000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6BC; }

 p { color: rgb(195,214,188); }

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

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

 a { background-color: rgb(195,214,188); }

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

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

 span { border-color: rgb(195,214,188); }

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