#CBB0B5

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

Shades of Pink Flare #CBB0B5

Tints of Pink Flare #CBB0B5

Color information

#CBB0B5 (or 0xCBB0B5) is unknown color: approx Pink Flare. HEX triplet: CB, B0 and B5. RGB value is (203,176,181). Sum of RGB (Red+Green+Blue) = 203+176+181=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B5 is #344F4A. Grayscale: #B8B8B8. Windows color (decimal): -3428171 or 11907275. OLE color: 11907275.

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

Color convert

RGB203176181-
CMYK00.130.110.20
HSL348.89º20.61%74.31%-
HSV(B)348.89º13.3%79.61%-
XYZ48.4947.0850.25-
YUV184.64125.95141.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=36.25%
G=31.43%
B=32.32%

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
Decimal20317618100.130.110.20348.8920.6174.31
HexCBB0B50DB1415d154a
Octal313260265015132453525112
Binary11001011101100001011010101101101110100101011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0B5; }

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

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

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

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

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

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

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

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