#CBB0B4

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

Shades of Pink Flare #CBB0B4

Tints of Pink Flare #CBB0B4

Color information

#CBB0B4 (or 0xCBB0B4) is unknown color: approx Pink Flare. HEX triplet: CB, B0 and B4. RGB value is (203,176,180). Sum of RGB (Red+Green+Blue) = 203+176+180=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B4 is #344F4B. Grayscale: #B8B8B8. Windows color (decimal): -3428172 or 11841739. OLE color: 11841739.

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

Color convert

RGB203176180-
CMYK00.130.110.20
HSL351.11º20.61%74.31%-
HSV(B)351.11º13.3%79.61%-
XYZ48.3947.0449.71-
YUV184.53125.45141.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=36.31%
G=31.48%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317618000.130.110.20351.1120.6174.31
HexCBB0B40DB1415f154a
Octal313260264015132453725112
Binary11001011101100001011010001101101110100101011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0B4; }

 p { color: rgb(203,176,180); }

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

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

 a { background-color: rgb(203,176,180); }

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

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

 span { border-color: rgb(203,176,180); }

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