#CD6B6D

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

Shades of Froly #CD6B6D

Tints of Froly #CD6B6D

Color information

#CD6B6D (or 0xCD6B6D) is unknown color: approx Froly. HEX triplet: CD, 6B and 6D. RGB value is (205,107,109). Sum of RGB (Red+Green+Blue) = 205+107+109=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B6D is #329492. Grayscale: #888888. Windows color (decimal): -3314835 or 7171021. OLE color: 7171021.

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

Color convert

RGB205107109-
CMYK00.480.470.20
HSL358.78º49.49%61.18%-
HSV(B)358.78º47.8%80.39%-
XYZ33.1924.617.47-
YUV136.53112.47176.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=48.69%
G=25.42%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510710900.480.470.20358.7849.4961.18
HexCD6B6D0302F14167313d
Octal31515315506057245476175
Binary1100110111010111101101011000010111110100101100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B6D; }

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

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

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

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

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

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

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

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