Html Css Color HEX #C2C6C1 Surf Crest

📋 copy color: '#C2C6C1'

red 194 ◦ green 198 ◦ blue 193

#C2C6C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C2C6C1

Tints of Surf Crest #C2C6C1

RGB

 RED value IS 194 (76.17% from 255) = 33.16%

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 33.16%
G = 33.85%
B = 32.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C2C6C1 (or 0xC2C6C1) is known color: Surf Crest. HEX triplet: C2, C6 and C1. RGB value is (194,198,193). Sum of RGB (Red+Green+Blue) = 194+198+193=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6C1 is #3D393E. Grayscale: #C4C4C4. Windows color (decimal): -4012351 or 12699330. OLE color: 12699330.

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

Color convert

RGB 194 198 193 -
CMYK 0.02 0 0.03 0.22
HSL 108º 0.04% 0.77% -
HSV(B) 108º 0.03% 0.78% -
XYZ 52.07 55.71 58.46 -
YUV 196.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 194 198 193 0.02 0 0.03 0.22 108 0.04 0.77
Hex C2 C6 C1 2 0 3 16 6C 4 4D
Octal 302 306 301 2 0 3 26 154 4 115
Binary 11000010 11000110 11000001 10 0 11 10110 1101100 100 1001101

Color Harmonies of #C2C6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C6C1

Black with #C2C6C1

Text Example


Text Example

White with #C2C6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C6C1; }

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

 H1.HeaderClassName
 {
   color: #C2C6C1;
 }
 .AnyTagClassName
 {
   color: #C2C6C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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