#C4CFBB

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

Shades of Surf Crest #C4CFBB

Tints of Surf Crest #C4CFBB

Color information

#C4CFBB (or 0xC4CFBB) is unknown color: approx Surf Crest. HEX triplet: C4, CF and BB. RGB value is (196,207,187). Sum of RGB (Red+Green+Blue) = 196+207+187=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBB is #3B3044. Grayscale: #C9C9C9. Windows color (decimal): -3878981 or 12308420. OLE color: 12308420.

HSL color Cylindrical-coordinate representation of color #C4CFBB: hue angle of 93º 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 #C4CFBB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB196207187-
CMYK0.0500.100.19
HSL93º17.24%77.25%-
HSV(B)93º9.66%81.18%-
XYZ54.0559.9555.74-
YUV201.43119.86124.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=33.22%
G=35.08%
B=31.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071870.0500.100.199317.2477.25
HexC4CFBB50A135d114d
Octal30431727350122313521115
Binary11000100110011111011101110101010100111011101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFBB; }

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

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

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

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

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

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

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

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