Html Css Color HEX #C0C7BE Surf Crest

📋 copy color: '#C0C7BE'

red 192 ◦ green 199 ◦ blue 190

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

Shades of Surf Crest #C0C7BE

Tints of Surf Crest #C0C7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.25%

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

R = 33.05%
G = 34.25%
B = 32.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C0C7BE (or 0xC0C7BE) is known color: Surf Crest. HEX triplet: C0, C7 and BE. RGB value is (192,199,190). Sum of RGB (Red+Green+Blue) = 192+199+190=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7BE is #3F3841. Grayscale: #C3C3C3. Windows color (decimal): -4143170 or 12502976. OLE color: 12502976.

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

Color convert

RGB 192 199 190 -
CMYK 0.04 0 0.05 0.22
HSL 106.67º 0.07% 0.76% -
HSV(B) 106.67º 0.05% 0.78% -
XYZ 51.46 55.77 56.77 -
YUV 195.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 192 199 190 0.04 0 0.05 0.22 106.67 0.07 0.76
Hex C0 C7 BE 4 0 5 16 6B 7 4C
Octal 300 307 276 4 0 5 26 153 7 114
Binary 11000000 11000111 10111110 100 0 101 10110 1101011 111 1001100

Color Harmonies of #C0C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7BE

Black with #C0C7BE

Text Example


Text Example

White with #C0C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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