Html Css Color HEX #C2CEBD Surf Crest

📋 copy color: '#C2CEBD'

red 194 ◦ green 206 ◦ blue 189

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

Shades of Surf Crest #C2CEBD

Tints of Surf Crest #C2CEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 32.94%
G = 34.97%
B = 32.09%

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

#C2CEBD (or 0xC2CEBD) is known color: Surf Crest. HEX triplet: C2, CE and BD. RGB value is (194,206,189). Sum of RGB (Red+Green+Blue) = 194+206+189=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBD is #3D3142. Grayscale: #C8C8C8. Windows color (decimal): -4010307 or 12439234. OLE color: 12439234.

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

Color convert

RGB 194 206 189 -
CMYK 0.06 0 0.08 0.19
HSL 102.35º 0.15% 0.77% -
HSV(B) 102.35º 0.08% 0.81% -
XYZ 53.5 59.29 56.77 -
YUV 200.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 194 206 189 0.06 0 0.08 0.19 102.35 0.15 0.77
Hex C2 CE BD 6 0 8 13 66 F 4D
Octal 302 316 275 6 0 10 23 146 17 115
Binary 11000010 11001110 10111101 110 0 1000 10011 1100110 1111 1001101

Color Harmonies of #C2CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEBD

Black with #C2CEBD

Text Example


Text Example

White with #C2CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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