#CBBCBD

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

Shades of Pink Flare #CBBCBD

Tints of Pink Flare #CBBCBD

Color information

#CBBCBD (or 0xCBBCBD) is unknown color: approx Pink Flare. HEX triplet: CB, BC and BD. RGB value is (203,188,189). Sum of RGB (Red+Green+Blue) = 203+188+189=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCBD is #344342. Grayscale: #C0C0C0. Windows color (decimal): -3425091 or 12434635. OLE color: 12434635.

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

Color convert

RGB203188189-
CMYK00.070.070.20
HSL356º12.61%76.67%-
HSV(B)356º7.39%79.61%-
XYZ51.852.3455.52-
YUV192.6125.97135.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=35%
G=32.41%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318818900.070.070.2035612.6176.67
HexCBBCBD07714164d4d
Octal3132742750772454415115
Binary11001011101111001011110101111111010010110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCBD; }

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

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

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

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

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

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

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

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