#CB6F73

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

Shades of Froly #CB6F73

Tints of Froly #CB6F73

Color information

#CB6F73 (or 0xCB6F73) is unknown color: approx Froly. HEX triplet: CB, 6F and 73. RGB value is (203,111,115). Sum of RGB (Red+Green+Blue) = 203+111+115=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F73 is #34908C. Grayscale: #8B8B8B. Windows color (decimal): -3444877 or 7565259. OLE color: 7565259.

HSL color Cylindrical-coordinate representation of color #CB6F73: hue angle of 357.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6F73 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203111115-
CMYK00.450.430.20
HSL357.39º46.94%61.57%-
HSV(B)357.39º45.32%79.61%-
XYZ33.4125.319.34-
YUV138.96114.48173.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=47.32%
G=25.87%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311111500.450.430.20357.3946.9461.57
HexCB6F7302D2B141652f3e
Octal31315716305553245455776
Binary1100101111011111110011010110110101110100101100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F73; }

 p { color: rgb(203,111,115); }

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

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

 a { background-color: rgb(203,111,115); }

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

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

 span { border-color: rgb(203,111,115); }

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