#C3CFBD

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

Shades of Surf Crest #C3CFBD

Tints of Surf Crest #C3CFBD

Color information

#C3CFBD (or 0xC3CFBD) is unknown color: approx Surf Crest. HEX triplet: C3, CF and BD. RGB value is (195,207,189). Sum of RGB (Red+Green+Blue) = 195+207+189=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFBD is #3C3042. Grayscale: #C9C9C9. Windows color (decimal): -3944515 or 12439491. OLE color: 12439491.

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

Color convert

RGB195207189-
CMYK0.0600.090.19
HSL100º15.79%77.65%-
HSV(B)100º8.7%81.18%-
XYZ5459.956.86-
YUV201.36121.02123.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.99%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=32.99%
G=35.03%
B=31.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071890.0600.090.1910015.7977.65
HexC3CFBD6091364104e
Octal30331727560112314420116
Binary11000011110011111011110111001001100111100100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFBD; }

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

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

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

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

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

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

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

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