#C6CBC2

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

Shades of Surf Crest #C6CBC2

Tints of Surf Crest #C6CBC2

Color information

#C6CBC2 (or 0xC6CBC2) is unknown color: approx Surf Crest. HEX triplet: C6, CB and C2. RGB value is (198,203,194). Sum of RGB (Red+Green+Blue) = 198+203+194=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBC2 is #39343D. Grayscale: #C8C8C8. Windows color (decimal): -3748926 or 12766150. OLE color: 12766150.

HSL color Cylindrical-coordinate representation of color #C6CBC2: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CBC2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB198203194-
CMYK0.0200.040.20
HSL93.33º7.96%77.84%-
HSV(B)93.33º4.43%79.61%-
XYZ54.3858.6159.49-
YUV200.48124.34126.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 194 (76.17% from 255) = 32.61%
R=33.28%
G=34.12%
B=32.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031940.0200.040.2093.337.9677.84
HexC6CBC2204145d84e
Octal3063133022042413510116
Binary11000110110010111100001010010010100101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBC2; }

 p { color: rgb(198,203,194); }

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

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

 a { background-color: rgb(198,203,194); }

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

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

 span { border-color: rgb(198,203,194); }

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