#CB6B6F

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

Shades of Froly #CB6B6F

Tints of Froly #CB6B6F

Color information

#CB6B6F (or 0xCB6B6F) is unknown color: approx Froly. HEX triplet: CB, 6B and 6F. RGB value is (203,107,111). Sum of RGB (Red+Green+Blue) = 203+107+111=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B6F is #349490. Grayscale: #888888. Windows color (decimal): -3445905 or 7302091. OLE color: 7302091.

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

Color convert

RGB203107111-
CMYK00.470.450.20
HSL357.5º48%60.78%-
HSV(B)357.5º47.29%79.61%-
XYZ32.7624.3618.01-
YUV136.16113.8175.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=48.22%
G=25.42%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310711100.470.450.20357.54860.78
HexCB6B6F02F2D14166303d
Octal31315315705755245466075
Binary1100101111010111101111010111110110110100101100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B6F; }

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

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

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

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

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

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

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

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