Html Css Color HEX #C0D6BE Surf Crest

📋 copy color: '#C0D6BE'

red 192 ◦ green 214 ◦ blue 190

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

Shades of Surf Crest #C0D6BE

Tints of Surf Crest #C0D6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

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

R = 32.21%
G = 35.91%
B = 31.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C0D6BE (or 0xC0D6BE) is known color: Surf Crest. HEX triplet: C0, D6 and BE. RGB value is (192,214,190). Sum of RGB (Red+Green+Blue) = 192+214+190=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6BE is #3F2941. Grayscale: #CCCCCC. Windows color (decimal): -4139330 or 12506816. OLE color: 12506816.

HSL color Cylindrical-coordinate representation of color #C0D6BE: hue angle of 115º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D6BE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 190 -
CMYK 0.10 0 0.11 0.16
HSL 115º 0.23% 0.79% -
HSV(B) 115º 0.11% 0.84% -
XYZ 55.08 63.02 57.98 -
YUV 204.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 192 214 190 0.10 0 0.11 0.16 115 0.23 0.79
Hex C0 D6 BE A 0 B 10 73 17 4F
Octal 300 326 276 12 0 13 20 163 27 117
Binary 11000000 11010110 10111110 1010 0 1011 10000 1110011 10111 1001111

Color Harmonies of #C0D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6BE

Black with #C0D6BE

Text Example


Text Example

White with #C0D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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