#C2CDC0

Color #C2CDC0 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C2CDC0

Tints of Surf Crest #C2CDC0

Color information

#C2CDC0 (or 0xC2CDC0) is unknown color: approx Surf Crest. HEX triplet: C2, CD and C0. RGB value is (194,205,192). Sum of RGB (Red+Green+Blue) = 194+205+192=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDC0 is #3D323F. Grayscale: #C8C8C8. Windows color (decimal): -4010560 or 12635586. OLE color: 12635586.

HSL color Cylindrical-coordinate representation of color #C2CDC0: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CDC0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB194205192-
CMYK0.0500.060.20
HSL110.77º11.5%77.84%-
HSV(B)110.77º6.34%80.39%-
XYZ53.5958.9458.42-
YUV200.23123.36123.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=32.83%
G=34.69%
B=32.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051920.0500.060.20110.7711.577.84
HexC2CDC0506146fc4e
Octal3023153005062415714116
Binary110000101100110111000000101011010100110111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDC0; }

 p { color: rgb(194,205,192); }

 H1.HeaderClassName
 {
   color: #C2CDC0;
 }
 .AnyTagClassName
 {
   color: #C2CDC0;
 }
</style>
background-color css

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

 a { background-color: rgb(194,205,192); }

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

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

 span { border-color: rgb(194,205,192); }

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