#CD6B6E

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

Shades of Froly #CD6B6E

Tints of Froly #CD6B6E

Color information

#CD6B6E (or 0xCD6B6E) is unknown color: approx Froly. HEX triplet: CD, 6B and 6E. RGB value is (205,107,110). Sum of RGB (Red+Green+Blue) = 205+107+110=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B6E is #329491. Grayscale: #888888. Windows color (decimal): -3314834 or 7236557. OLE color: 7236557.

HSL color Cylindrical-coordinate representation of color #CD6B6E: hue angle of 358.16º degrees, saturation: 0.49, 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 #CD6B6E is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205107110-
CMYK00.480.460.20
HSL358.16º49.49%61.18%-
HSV(B)358.16º47.8%80.39%-
XYZ33.2524.6217.75-
YUV136.64112.97176.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=48.58%
G=25.36%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510711000.480.460.20358.1649.4961.18
HexCD6B6E0302E14166313d
Octal31515315606056245466175
Binary1100110111010111101110011000010111010100101100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B6E; }

 p { color: rgb(205,107,110); }

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

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

 a { background-color: rgb(205,107,110); }

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

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

 span { border-color: rgb(205,107,110); }

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