Shades of Twilight #CBC3C7
Tints of Twilight #CBC3C7
RGB
CMYK
RGB Variations
Color information
#CBC3C7 (or 0xCBC3C7) is known color: Twilight. HEX triplet: CB, C3 and C7. RGB value is (203,195,199). Sum of RGB (Red+Green+Blue) = 203+195+199=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3C7 is #343C38. Grayscale: #C5C5C5. Windows color (decimal): -3423289 or 13091787. OLE color: 13091787.
HSL color Cylindrical-coordinate representation of color #CBC3C7: hue angle of 330º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC3C7 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 195 | 199 | - |
CMYK | 0 | 0.04 | 0.02 | 0.20 |
HSL | 330º | 0.07% | 0.78% | - |
HSV(B) | 330º | 0.04% | 0.8% | - |
XYZ | 54.45 | 55.85 | 61.94 | - |
YUV | 197.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 195 | 199 | 0 | 0.04 | 0.02 | 0.20 | 330 | 0.07 | 0.78 |
Hex | CB | C3 | C7 | 0 | 4 | 2 | 14 | 14A | 7 | 4E |
Octal | 313 | 303 | 307 | 0 | 4 | 2 | 24 | 512 | 7 | 116 |
Binary | 11001011 | 11000011 | 11000111 | 0 | 100 | 10 | 10100 | 101001010 | 111 | 1001110 |
Color Harmonies of #CBC3C7
Complementary color
Monochromatic Colors of #CBC3C7
Black with #CBC3C7
Text Example
Text Example
White with #CBC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3C7; }
p { color: rgb(203,195,199); }
H1.HeaderClassName
{
color: #CBC3C7;
}
.AnyTagClassName
{
color: #CBC3C7;
}
</style>
background-color css
<style>
a { background-color: #CBC3C7; }
a { background-color: rgb(203,195,199); }
div.DivClassName
{
background-color: #CBC3C7;
}
.BgClassName
{
background-color: #CBC3C7;
}
</style>
border-color css
<style>
span { border-color: #CBC3C7; }
span { border-color: rgb(203,195,199); }
td.TdClassName
{
border-color: #CBC3C7;
}
.TagClassName
{
border-color: #CBC3C7;
}
</style>