Html Css Color HEX #C0C6BE Surf Crest

📋 copy color: '#C0C6BE'

red 192 ◦ green 198 ◦ blue 190

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

Shades of Surf Crest #C0C6BE

Tints of Surf Crest #C0C6BE

RGB

 RED value IS 192 (75.39% from 255) = 33.1%

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

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 33.1%
G = 34.14%
B = 32.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C0C6BE (or 0xC0C6BE) is known color: Surf Crest. HEX triplet: C0, C6 and BE. RGB value is (192,198,190). Sum of RGB (Red+Green+Blue) = 192+198+190=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BE is #3F3941. Grayscale: #C3C3C3. Windows color (decimal): -4143426 or 12502720. OLE color: 12502720.

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

Color convert

RGB 192 198 190 -
CMYK 0.03 0 0.04 0.22
HSL 105º 0.07% 0.76% -
HSV(B) 105º 0.04% 0.78% -
XYZ 51.23 55.31 56.69 -
YUV 195.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 192 198 190 0.03 0 0.04 0.22 105 0.07 0.76
Hex C0 C6 BE 3 0 4 16 69 7 4C
Octal 300 306 276 3 0 4 26 151 7 114
Binary 11000000 11000110 10111110 11 0 100 10110 1101001 111 1001100

Color Harmonies of #C0C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C6BE

Black with #C0C6BE

Text Example


Text Example

White with #C0C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C6BE; }

 p { color: rgb(192,198,190); }

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

background-color css

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

 a { background-color: rgb(192,198,190); }

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

border-color css

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

 span { border-color: rgb(192,198,190); }

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