#C1CCBF

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

Shades of Surf Crest #C1CCBF

Tints of Surf Crest #C1CCBF

Color information

#C1CCBF (or 0xC1CCBF) is unknown color: approx Surf Crest. HEX triplet: C1, CC and BF. RGB value is (193,204,191). Sum of RGB (Red+Green+Blue) = 193+204+191=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBF is #3E3340. Grayscale: #C7C7C7. Windows color (decimal): -4076353 or 12569793. OLE color: 12569793.

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

Color convert

RGB193204191-
CMYK0.0500.060.2
HSL110.77º11.3%77.45%-
HSV(B)110.77º6.37%80%-
XYZ52.9958.2857.75-
YUV199.23123.36123.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 32.48%
R=32.82%
G=34.69%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041910.0500.060.2110.7711.377.45
HexC1CCBF506146fb4d
Octal3013142775062415713115
Binary110000011100110010111111101011010100110111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCBF; }

 p { color: rgb(193,204,191); }

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

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

 a { background-color: rgb(193,204,191); }

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

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

 span { border-color: rgb(193,204,191); }

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