#CB6A71

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

Shades of Froly #CB6A71

Tints of Froly #CB6A71

Color information

#CB6A71 (or 0xCB6A71) is unknown color: approx Froly. HEX triplet: CB, 6A and 71. RGB value is (203,106,113). Sum of RGB (Red+Green+Blue) = 203+106+113=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A71 is #34958E. Grayscale: #878787. Windows color (decimal): -3446159 or 7432907. OLE color: 7432907.

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

Color convert

RGB203106113-
CMYK00.480.440.20
HSL355.67º48.26%60.59%-
HSV(B)355.67º47.78%79.61%-
XYZ32.7624.218.57-
YUV135.8115.14175.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=48.10%
G=25.12%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310611300.480.440.20355.6748.2660.59
HexCB6A710302C14164303d
Octal31315216106054245446075
Binary1100101111010101110001011000010110010100101100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A71; }

 p { color: rgb(203,106,113); }

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

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

 a { background-color: rgb(203,106,113); }

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

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

 span { border-color: rgb(203,106,113); }

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