Shades of Twilight #CABFC3
Tints of Twilight #CABFC3
RGB
CMYK
RGB Variations
Color information
#CABFC3 (or 0xCABFC3) is known color: Twilight. HEX triplet: CA, BF and C3. RGB value is (202,191,195). Sum of RGB (Red+Green+Blue) = 202+191+195=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC3 is #35403C. Grayscale: #C2C2C2. Windows color (decimal): -3489853 or 12828618. OLE color: 12828618.
HSL color Cylindrical-coordinate representation of color #CABFC3: hue angle of 338.18º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CABFC3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 191 | 195 | - |
CMYK | 0 | 0.05 | 0.03 | 0.21 |
HSL | 338.18º | 0.09% | 0.77% | - |
HSV(B) | 338.18º | 0.05% | 0.79% | - |
XYZ | 52.84 | 53.76 | 59.22 | - |
YUV | 194.75 | 128.14 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 195 | 0 | 0.05 | 0.03 | 0.21 | 338.18 | 0.09 | 0.77 |
Hex | CA | BF | C3 | 0 | 5 | 3 | 15 | 152 | 9 | 4D |
Octal | 312 | 277 | 303 | 0 | 5 | 3 | 25 | 522 | 11 | 115 |
Binary | 11001010 | 10111111 | 11000011 | 0 | 101 | 11 | 10101 | 101010010 | 1001 | 1001101 |
Color Harmonies of #CABFC3
Complementary color
Monochromatic Colors of #CABFC3
Black with #CABFC3
Text Example
Text Example
White with #CABFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFC3; }
p { color: rgb(202,191,195); }
H1.HeaderClassName
{
color: #CABFC3;
}
.AnyTagClassName
{
color: #CABFC3;
}
</style>
background-color css
<style>
a { background-color: #CABFC3; }
a { background-color: rgb(202,191,195); }
div.DivClassName
{
background-color: #CABFC3;
}
.BgClassName
{
background-color: #CABFC3;
}
</style>
border-color css
<style>
span { border-color: #CABFC3; }
span { border-color: rgb(202,191,195); }
td.TdClassName
{
border-color: #CABFC3;
}
.TagClassName
{
border-color: #CABFC3;
}
</style>