Html Css Color HEX #C2D7BE Surf Crest

📋 copy color: '#C2D7BE'

red 194 ◦ green 215 ◦ blue 190

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

Shades of Surf Crest #C2D7BE

Tints of Surf Crest #C2D7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.89%

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

R = 32.39%
G = 35.89%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C2D7BE (or 0xC2D7BE) is known color: Surf Crest. HEX triplet: C2, D7 and BE. RGB value is (194,215,190). Sum of RGB (Red+Green+Blue) = 194+215+190=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7BE is #3D2841. Grayscale: #CDCDCD. Windows color (decimal): -4008002 or 12507074. OLE color: 12507074.

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

Color convert

RGB 194 215 190 -
CMYK 0.10 0 0.12 0.16
HSL 110.4º 0.24% 0.79% -
HSV(B) 110.4º 0.12% 0.84% -
XYZ 55.84 63.79 58.08 -
YUV 205.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 194 215 190 0.10 0 0.12 0.16 110.4 0.24 0.79
Hex C2 D7 BE A 0 C 10 6E 18 4F
Octal 302 327 276 12 0 14 20 156 30 117
Binary 11000010 11010111 10111110 1010 0 1100 10000 1101110 11000 1001111

Color Harmonies of #C2D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7BE

Black with #C2D7BE

Text Example


Text Example

White with #C2D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7BE; }

 p { color: rgb(194,215,190); }

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

background-color css

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

 a { background-color: rgb(194,215,190); }

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

border-color css

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

 span { border-color: rgb(194,215,190); }

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