#CDBEC0

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

Shades of Pink Flare #CDBEC0

Tints of Pink Flare #CDBEC0

Color information

#CDBEC0 (or 0xCDBEC0) is unknown color: approx Pink Flare. HEX triplet: CD, BE and C0. RGB value is (205,190,192). Sum of RGB (Red+Green+Blue) = 205+190+192=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC0 is #32413F. Grayscale: #C2C2C2. Windows color (decimal): -3293504 or 12631757. OLE color: 12631757.

HSL color Cylindrical-coordinate representation of color #CDBEC0: hue angle of 352º 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 #CDBEC0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205190192-
CMYK00.070.060.20
HSL352º13.04%77.45%-
HSV(B)352º7.32%80.39%-
XYZ53.153.6157.42-
YUV194.71126.47135.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=34.92%
G=32.37%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519019200.070.060.2035213.0477.45
HexCDBEC007614160d4d
Octal3152763000762454015115
Binary11001101101111101100000001111101010010110000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC0; }

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

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

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

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

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

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

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

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