#CBC5C7

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

Shades of Twilight #CBC5C7

Tints of Twilight #CBC5C7

Color information

#CBC5C7 (or 0xCBC5C7) is unknown color: approx Twilight. HEX triplet: CB, C5 and C7. RGB value is (203,197,199). Sum of RGB (Red+Green+Blue) = 203+197+199=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C7 is #343A38. Grayscale: #C7C7C7. Windows color (decimal): -3422777 or 13092299. OLE color: 13092299.

HSL color Cylindrical-coordinate representation of color #CBC5C7: hue angle of 340º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203197199-
CMYK00.030.020.20
HSL340º5.45%78.43%-
HSV(B)340º2.96%79.61%-
XYZ54.956.7562.09-
YUV199.02127.99130.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 197 (77.34% from 255) = 32.89%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=33.89%
G=32.89%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319719900.030.020.203405.4578.43
HexCBC5C70321415454e
Octal313305307032245245116
Binary11001011110001011100011101110101001010101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5C7; }

 p { color: rgb(203,197,199); }

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

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

 a { background-color: rgb(203,197,199); }

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

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

 span { border-color: rgb(203,197,199); }

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