#CF6A5D

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

Shades of Japonica #CF6A5D

Tints of Japonica #CF6A5D

Color information

#CF6A5D (or 0xCF6A5D) is unknown color: approx Japonica. HEX triplet: CF, 6A and 5D. RGB value is (207,106,93). Sum of RGB (Red+Green+Blue) = 207+106+93=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A5D is #3095A2. Grayscale: #868686. Windows color (decimal): -3184035 or 6122191. OLE color: 6122191.

HSL color Cylindrical-coordinate representation of color #CF6A5D: hue angle of 6.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6A5D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20710693-
CMYK00.490.550.19
HSL6.84º54.29%58.82%-
HSV(B)6.84º55.07%81.18%-
XYZ32.8624.3613.33-
YUV134.72104.46179.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=50.99%
G=26.11%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071069300.490.550.196.8454.2958.82
HexCF6A5D03137137363b
Octal317152135061672376673
Binary1100111111010101011101011000111011110011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A5D; }

 p { color: rgb(207,106,93); }

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

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

 a { background-color: rgb(207,106,93); }

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

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

 span { border-color: rgb(207,106,93); }

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