#CBC7C6

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

Shades of Alto #CBC7C6

Tints of Alto #CBC7C6

Color information

#CBC7C6 (or 0xCBC7C6) is unknown color: approx Alto. HEX triplet: CB, C7 and C6. RGB value is (203,199,198). Sum of RGB (Red+Green+Blue) = 203+199+198=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7C6 is #343839. Grayscale: #C8C8C8. Windows color (decimal): -3422266 or 13027275. OLE color: 13027275.

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

Color convert

RGB203199198-
CMYK00.020.020.20
HSL12º4.59%78.63%-
HSV(B)12º2.46%79.61%-
XYZ55.2557.6261.64-
YUV200.08126.83130.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 198 (77.73% from 255) = 33%
R=33.83%
G=33.17%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319919800.020.020.20124.5978.63
HexCBC7C602214c54f
Octal31330730602224145117
Binary110010111100011111000110010101010011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7C6; }

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

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

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

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

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

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

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

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