#CDB4B5

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

Shades of Pink Flare #CDB4B5

Tints of Pink Flare #CDB4B5

Color information

#CDB4B5 (or 0xCDB4B5) is unknown color: approx Pink Flare. HEX triplet: CD, B4 and B5. RGB value is (205,180,181). Sum of RGB (Red+Green+Blue) = 205+180+181=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4B5 is #324B4A. Grayscale: #BBBBBB. Windows color (decimal): -3296075 or 11908301. OLE color: 11908301.

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

Color convert

RGB205180181-
CMYK00.120.120.20
HSL357.6º20%75.49%-
HSV(B)357.6º12.2%80.39%-
XYZ49.8448.9650.54-
YUV187.59124.28140.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=36.22%
G=31.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518018100.120.120.20357.62075.49
HexCDB4B50CC14166144b
Octal315264265014142454624113
Binary11001101101101001011010101100110010100101100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4B5; }

 p { color: rgb(205,180,181); }

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

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

 a { background-color: rgb(205,180,181); }

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

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

 span { border-color: rgb(205,180,181); }

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