#CF6A55

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

Shades of Japonica #CF6A55

Tints of Japonica #CF6A55

Color information

#CF6A55 (or 0xCF6A55) is unknown color: approx Japonica. HEX triplet: CF, 6A and 55. RGB value is (207,106,85). Sum of RGB (Red+Green+Blue) = 207+106+85=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A55 is #3095AA. Grayscale: #858585. Windows color (decimal): -3184043 or 5597903. OLE color: 5597903.

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

Color convert

RGB20710685-
CMYK00.490.590.19
HSL10.33º55.96%57.25%-
HSV(B)10.33º58.94%81.18%-
XYZ32.5324.2311.56-
YUV133.8100.46180.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=52.01%
G=26.63%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071068500.490.590.1910.3355.9657.25
HexCF6A550313B13a3839
Octal3171521250617323127071
Binary11001111110101010101010110001111011100111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A55; }

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

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

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

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

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

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

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

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