#CBBCB7

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

Shades of Wafer #CBBCB7

Tints of Wafer #CBBCB7

Color information

#CBBCB7 (or 0xCBBCB7) is unknown color: approx Wafer. HEX triplet: CB, BC and B7. RGB value is (203,188,183). Sum of RGB (Red+Green+Blue) = 203+188+183=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCB7 is #344348. Grayscale: #BFBFBF. Windows color (decimal): -3425097 or 12041419. OLE color: 12041419.

HSL color Cylindrical-coordinate representation of color #CBBCB7: hue angle of 15º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBCB7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203188183-
CMYK00.070.100.20
HSL15º16.13%75.69%-
HSV(B)15º9.85%79.61%-
XYZ51.1652.0852.16-
YUV191.92122.97135.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=35.37%
G=32.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318818300.070.100.201516.1375.69
HexCBBCB707A14f104c
Octal3132742670712241720114
Binary11001011101111001011011101111010101001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCB7; }

 p { color: rgb(203,188,183); }

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

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

 a { background-color: rgb(203,188,183); }

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

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

 span { border-color: rgb(203,188,183); }

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