#C1CFB9

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

Shades of Surf Crest #C1CFB9

Tints of Surf Crest #C1CFB9

Color information

#C1CFB9 (or 0xC1CFB9) is unknown color: approx Surf Crest. HEX triplet: C1, CF and B9. RGB value is (193,207,185). Sum of RGB (Red+Green+Blue) = 193+207+185=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFB9 is #3E3046. Grayscale: #C8C8C8. Windows color (decimal): -4075591 or 12177345. OLE color: 12177345.

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

Color convert

RGB193207185-
CMYK0.0700.110.19
HSL98.18º18.64%76.86%-
HSV(B)98.18º10.63%81.18%-
XYZ53.0659.4754.58-
YUV200.31119.36122.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=32.99%
G=35.38%
B=31.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071850.0700.110.1998.1818.6476.86
HexC1CFB970B1362134d
Octal30131727170132314223115
Binary11000001110011111011100111101011100111100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFB9; }

 p { color: rgb(193,207,185); }

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

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

 a { background-color: rgb(193,207,185); }

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

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

 span { border-color: rgb(193,207,185); }

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