#C6CAC4

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

Shades of Surf Crest #C6CAC4

Tints of Surf Crest #C6CAC4

Color information

#C6CAC4 (or 0xC6CAC4) is unknown color: approx Surf Crest. HEX triplet: C6, CA and C4. RGB value is (198,202,196). Sum of RGB (Red+Green+Blue) = 198+202+196=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAC4 is #39353B. Grayscale: #C8C8C8. Windows color (decimal): -3749180 or 12896966. OLE color: 12896966.

HSL color Cylindrical-coordinate representation of color #C6CAC4: hue angle of 100º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6CAC4 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB198202196-
CMYK0.0200.030.21
HSL100º5.36%78.04%-
HSV(B)100º2.97%79.22%-
XYZ54.3758.2360.6-
YUV200.12125.67126.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=33.22%
G=33.89%
B=32.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021960.0200.030.211005.3678.04
HexC6CAC4203156454e
Octal306312304203251445116
Binary110001101100101011000100100111010111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAC4; }

 p { color: rgb(198,202,196); }

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

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

 a { background-color: rgb(198,202,196); }

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

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

 span { border-color: rgb(198,202,196); }

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