#C6DCB3

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

Shades of Surf Crest #C6DCB3

Tints of Surf Crest #C6DCB3

Color information

#C6DCB3 (or 0xC6DCB3) is unknown color: approx Surf Crest. HEX triplet: C6, DC and B3. RGB value is (198,220,179). Sum of RGB (Red+Green+Blue) = 198+220+179=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCB3 is #39234C. Grayscale: #D0D0D0. Windows color (decimal): -3744589 or 11787462. OLE color: 11787462.

HSL color Cylindrical-coordinate representation of color #C6DCB3: hue angle of 92.2º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6DCB3 is Cyan = 0.1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB198220179-
CMYK0.100.190.14
HSL92.2º36.94%78.24%-
HSV(B)92.2º18.64%86.27%-
XYZ57.0266.4552.47-
YUV208.75111.21120.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=33.17%
G=36.85%
B=29.98%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201790.100.190.1492.236.9478.24
HexC6DCB3A013E5c254e
Octal306334263120231613445116
Binary1100011011011100101100111010010011111010111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCB3; }

 p { color: rgb(198,220,179); }

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

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

 a { background-color: rgb(198,220,179); }

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

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

 span { border-color: rgb(198,220,179); }

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