Html Css Color HEX #C0E6BE Fringy Flower

📋 copy color: '#C0E6BE'

red 192 ◦ green 230 ◦ blue 190

#C0E6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #C0E6BE

Tints of Fringy Flower #C0E6BE

RGB

 RED value IS 192 (75.39% from 255) = 31.37%

 GREEN value IS 230 (90.23% from 255) = 37.58%

 BLUE value IS 190 (74.61% from 255) = 31.05%

R = 31.37%
G = 37.58%
B = 31.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#C0E6BE (or 0xC0E6BE) is known color: Fringy Flower. HEX triplet: C0, E6 and BE. RGB value is (192,230,190). Sum of RGB (Red+Green+Blue) = 192+230+190=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E6BE is #3F1941. Grayscale: #D6D6D6. Windows color (decimal): -4135234 or 12510912. OLE color: 12510912.

HSL color Cylindrical-coordinate representation of color #C0E6BE: hue angle of 117º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E6BE is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 190 -
CMYK 0.17 0 0.17 0.10
HSL 117º 0.44% 0.82% -
HSV(B) 117º 0.17% 0.9% -
XYZ 59.33 71.52 59.39 -
YUV 214.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 192 230 190 0.17 0 0.17 0.10 117 0.44 0.82
Hex C0 E6 BE 11 0 11 A 75 2C 52
Octal 300 346 276 21 0 21 12 165 54 122
Binary 11000000 11100110 10111110 10001 0 10001 1010 1110101 101100 1010010

Color Harmonies of #C0E6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E6BE

Black with #C0E6BE

Text Example


Text Example

White with #C0E6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E6BE; }

 p { color: rgb(192,230,190); }

 H1.HeaderClassName
 {
   color: #C0E6BE;
 }
 .AnyTagClassName
 {
   color: #C0E6BE;
 }
</style>

background-color css

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

 a { background-color: rgb(192,230,190); }

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

border-color css

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

 span { border-color: rgb(192,230,190); }

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