#CBAFB6

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

Shades of Pink Flare #CBAFB6

Tints of Pink Flare #CBAFB6

Color information

#CBAFB6 (or 0xCBAFB6) is unknown color: approx Pink Flare. HEX triplet: CB, AF and B6. RGB value is (203,175,182). Sum of RGB (Red+Green+Blue) = 203+175+182=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFB6 is #345049. Grayscale: #B8B8B8. Windows color (decimal): -3428426 or 11972555. OLE color: 11972555.

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

Color convert

RGB203175182-
CMYK00.140.100.20
HSL345º21.21%74.12%-
HSV(B)345º13.79%79.61%-
XYZ48.446.7350.73-
YUV184.17126.78141.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=36.25%
G=31.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317518200.140.100.2034521.2174.12
HexCBAFB60EA14159154a
Octal313257266016122453125112
Binary11001011101011111011011001110101010100101011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFB6; }

 p { color: rgb(203,175,182); }

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

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

 a { background-color: rgb(203,175,182); }

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

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

 span { border-color: rgb(203,175,182); }

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