#C0EBC2

Color #C0EBC2 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #C0EBC2

Tints of Fringy Flower #C0EBC2

Color information

#C0EBC2 (or 0xC0EBC2) is unknown color: approx Fringy Flower. HEX triplet: C0, EB and C2. RGB value is (192,235,194). Sum of RGB (Red+Green+Blue) = 192+235+194=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBC2 is #3F143D. Grayscale: #D9D9D9. Windows color (decimal): -4133950 or 12774336. OLE color: 12774336.

HSL color Cylindrical-coordinate representation of color #C0EBC2: hue angle of 122.79º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBC2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB192235194-
CMYK0.1800.170.08
HSL122.79º51.81%83.73%-
HSV(B)122.79º18.3%92.16%-
XYZ61.1874.5262.2-
YUV217.47114.75109.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=30.92%
G=37.84%
B=31.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922351940.1800.170.08122.7951.8183.73
HexC0EBC21201187b3454
Octal300353302220211017364124
Binary11000000111010111100001010010010001100011110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBC2; }

 p { color: rgb(192,235,194); }

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

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

 a { background-color: rgb(192,235,194); }

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

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

 span { border-color: rgb(192,235,194); }

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