Shades of Pixie Green #C1CFB3
Tints of Pixie Green #C1CFB3
RGB
CMYK
RGB Variations
Color information
#C1CFB3 (or 0xC1CFB3) is known color: Pixie Green. HEX triplet: C1, CF and B3. RGB value is (193,207,179). Sum of RGB (Red+Green+Blue) = 193+207+179=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFB3 is #3E304C. Grayscale: #C7C7C7. Windows color (decimal): -4075597 or 11784129. OLE color: 11784129.
HSL color Cylindrical-coordinate representation of color #C1CFB3: hue angle of 90º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1CFB3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 179 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.19 |
| HSL | 90º | 0.23% | 0.76% | - |
| HSV(B) | 90º | 0.14% | 0.81% | - |
| XYZ | 52.44 | 59.22 | 51.31 | - |
| YUV | 199.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 179 | 0.07 | 0 | 0.14 | 0.19 | 90 | 0.23 | 0.76 |
| Hex | C1 | CF | B3 | 7 | 0 | E | 13 | 5A | 17 | 4C |
| Octal | 301 | 317 | 263 | 7 | 0 | 16 | 23 | 132 | 27 | 114 |
| Binary | 11000001 | 11001111 | 10110011 | 111 | 0 | 1110 | 10011 | 1011010 | 10111 | 1001100 |
Color Harmonies of #C1CFB3
Complementary color
Monochromatic Colors of #C1CFB3
Black with #C1CFB3
Text Example
Text Example
White with #C1CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFB3; }
p { color: rgb(193,207,179); }
H1.HeaderClassName
{
color: #C1CFB3;
}
.AnyTagClassName
{
color: #C1CFB3;
}
</style>
background-color css
<style>
a { background-color: #C1CFB3; }
a { background-color: rgb(193,207,179); }
div.DivClassName
{
background-color: #C1CFB3;
}
.BgClassName
{
background-color: #C1CFB3;
}
</style>
border-color css
<style>
span { border-color: #C1CFB3; }
span { border-color: rgb(193,207,179); }
td.TdClassName
{
border-color: #C1CFB3;
}
.TagClassName
{
border-color: #C1CFB3;
}
</style>