Html Css Color HEX #C0C8BE Surf Crest

📋 copy color: '#C0C8BE'

red 192 ◦ green 200 ◦ blue 190

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

Shades of Surf Crest #C0C8BE

Tints of Surf Crest #C0C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

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

R = 32.99%
G = 34.36%
B = 32.65%

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

#C0C8BE (or 0xC0C8BE) is known color: Surf Crest. HEX triplet: C0, C8 and BE. RGB value is (192,200,190). Sum of RGB (Red+Green+Blue) = 192+200+190=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BE is #3F3741. Grayscale: #C4C4C4. Windows color (decimal): -4142914 or 12503232. OLE color: 12503232.

HSL color Cylindrical-coordinate representation of color #C0C8BE: hue angle of 108º degrees, saturation: 0.08, 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 #C0C8BE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 190 -
CMYK 0.04 0 0.05 0.22
HSL 108º 0.08% 0.76% -
HSV(B) 108º 0.05% 0.78% -
XYZ 51.69 56.23 56.85 -
YUV 196.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 192 200 190 0.04 0 0.05 0.22 108 0.08 0.76
Hex C0 C8 BE 4 0 5 16 6C 8 4C
Octal 300 310 276 4 0 5 26 154 10 114
Binary 11000000 11001000 10111110 100 0 101 10110 1101100 1000 1001100

Color Harmonies of #C0C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8BE

Black with #C0C8BE

Text Example


Text Example

White with #C0C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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