#CBC7CE

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

Shades of French Grey #CBC7CE

Tints of French Grey #CBC7CE

Color information

#CBC7CE (or 0xCBC7CE) is unknown color: approx French Grey. HEX triplet: CB, C7 and CE. RGB value is (203,199,206). Sum of RGB (Red+Green+Blue) = 203+199+206=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CE is #343831. Grayscale: #C8C8C8. Windows color (decimal): -3422258 or 13551563. OLE color: 13551563.

HSL color Cylindrical-coordinate representation of color #CBC7CE: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC7CE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203199206-
CMYK0.010.0300.19
HSL274.29º6.67%79.41%-
HSV(B)274.29º3.4%80.78%-
XYZ56.195866.63-
YUV200.99130.83129.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=33.39%
G=32.73%
B=33.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031992060.010.0300.19274.296.6779.41
HexCBC7CE1301311274f
Octal313307316130234227117
Binary1100101111000111110011101110100111000100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7CE; }

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

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

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

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

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

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

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

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