#C3CFBB

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

Shades of Surf Crest #C3CFBB

Tints of Surf Crest #C3CFBB

Color information

#C3CFBB (or 0xC3CFBB) is unknown color: approx Surf Crest. HEX triplet: C3, CF and BB. RGB value is (195,207,187). Sum of RGB (Red+Green+Blue) = 195+207+187=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFBB is #3C3044. Grayscale: #C9C9C9. Windows color (decimal): -3944517 or 12308419. OLE color: 12308419.

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

Color convert

RGB195207187-
CMYK0.0600.100.19
HSL96º17.24%77.25%-
HSV(B)96º9.66%81.18%-
XYZ53.7959.8255.72-
YUV201.13120.02123.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=33.11%
G=35.14%
B=31.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071870.0600.100.199617.2477.25
HexC3CFBB60A1360114d
Octal30331727360122314021115
Binary11000011110011111011101111001010100111100000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFBB; }

 p { color: rgb(195,207,187); }

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

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

 a { background-color: rgb(195,207,187); }

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

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

 span { border-color: rgb(195,207,187); }

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