Html Css Color HEX #C2CEBC Surf Crest

📋 copy color: '#C2CEBC'

red 194 ◦ green 206 ◦ blue 188

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

Shades of Surf Crest #C2CEBC

Tints of Surf Crest #C2CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 32.99%
G = 35.03%
B = 31.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#C2CEBC (or 0xC2CEBC) is known color: Surf Crest. HEX triplet: C2, CE and BC. RGB value is (194,206,188). Sum of RGB (Red+Green+Blue) = 194+206+188=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBC is #3D3143. Grayscale: #C8C8C8. Windows color (decimal): -4010308 or 12373698. OLE color: 12373698.

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

Color convert

RGB 194 206 188 -
CMYK 0.06 0 0.09 0.19
HSL 100º 0.16% 0.77% -
HSV(B) 100º 0.09% 0.81% -
XYZ 53.4 59.24 56.2 -
YUV 200.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 194 206 188 0.06 0 0.09 0.19 100 0.16 0.77
Hex C2 CE BC 6 0 9 13 64 10 4D
Octal 302 316 274 6 0 11 23 144 20 115
Binary 11000010 11001110 10111100 110 0 1001 10011 1100100 10000 1001101

Color Harmonies of #C2CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEBC

Black with #C2CEBC

Text Example


Text Example

White with #C2CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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