Html Css Color HEX #C2CEBE Surf Crest

📋 copy color: '#C2CEBE'

red 194 ◦ green 206 ◦ blue 190

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

Shades of Surf Crest #C2CEBE

Tints of Surf Crest #C2CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 32.88%
G = 34.92%
B = 32.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#C2CEBE (or 0xC2CEBE) is known color: Surf Crest. HEX triplet: C2, CE and BE. RGB value is (194,206,190). Sum of RGB (Red+Green+Blue) = 194+206+190=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBE is #3D3141. Grayscale: #C8C8C8. Windows color (decimal): -4010306 or 12504770. OLE color: 12504770.

HSL color Cylindrical-coordinate representation of color #C2CEBE: hue angle of 105º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CEBE is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 190 -
CMYK 0.06 0 0.08 0.19
HSL 105º 0.14% 0.78% -
HSV(B) 105º 0.08% 0.81% -
XYZ 53.61 59.33 57.34 -
YUV 200.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 194 206 190 0.06 0 0.08 0.19 105 0.14 0.78
Hex C2 CE BE 6 0 8 13 69 E 4E
Octal 302 316 276 6 0 10 23 151 16 116
Binary 11000010 11001110 10111110 110 0 1000 10011 1101001 1110 1001110

Color Harmonies of #C2CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEBE

Black with #C2CEBE

Text Example


Text Example

White with #C2CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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