#CDB0B1

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

Shades of Pink Flare #CDB0B1

Tints of Pink Flare #CDB0B1

Color information

#CDB0B1 (or 0xCDB0B1) is unknown color: approx Pink Flare. HEX triplet: CD, B0 and B1. RGB value is (205,176,177). Sum of RGB (Red+Green+Blue) = 205+176+177=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0B1 is #324F4E. Grayscale: #B8B8B8. Windows color (decimal): -3297103 or 11645133. OLE color: 11645133.

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

Color convert

RGB205176177-
CMYK00.140.140.20
HSL357.93º22.48%74.71%-
HSV(B)357.93º14.15%80.39%-
XYZ48.6447.248.14-
YUV184.78123.61142.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=36.74%
G=31.54%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517617700.140.140.20357.9322.4874.71
HexCDB0B10EE14166164b
Octal315260261016162454626113
Binary11001101101100001011000101110111010100101100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0B1; }

 p { color: rgb(205,176,177); }

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

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

 a { background-color: rgb(205,176,177); }

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

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

 span { border-color: rgb(205,176,177); }

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