#CDBCBE

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

Shades of Pink Flare #CDBCBE

Tints of Pink Flare #CDBCBE

Color information

#CDBCBE (or 0xCDBCBE) is unknown color: approx Pink Flare. HEX triplet: CD, BC and BE. RGB value is (205,188,190). Sum of RGB (Red+Green+Blue) = 205+188+190=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCBE is #324341. Grayscale: #C1C1C1. Windows color (decimal): -3294018 or 12500173. OLE color: 12500173.

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

Color convert

RGB205188190-
CMYK00.080.070.20
HSL352.94º14.53%77.06%-
HSV(B)352.94º8.29%80.39%-
XYZ52.4552.6656.12-
YUV193.31126.13136.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=35.16%
G=32.25%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518819000.080.070.20352.9414.5377.06
HexCDBCBE08714161f4d
Octal31527427601072454117115
Binary110011011011110010111110010001111010010110000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBCBE; }

 p { color: rgb(205,188,190); }

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

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

 a { background-color: rgb(205,188,190); }

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

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

 span { border-color: rgb(205,188,190); }

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