#CF7D55

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

Shades of Japonica #CF7D55

Tints of Japonica #CF7D55

Color information

#CF7D55 (or 0xCF7D55) is unknown color: approx Japonica. HEX triplet: CF, 7D and 55. RGB value is (207,125,85). Sum of RGB (Red+Green+Blue) = 207+125+85=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D55 is #3082AA. Grayscale: #919191. Windows color (decimal): -3179179 or 5602767. OLE color: 5602767.

HSL color Cylindrical-coordinate representation of color #CF7D55: hue angle of 19.67º 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 #CF7D55 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20712585-
CMYK00.400.590.19
HSL19.67º55.96%57.25%-
HSV(B)19.67º58.94%81.18%-
XYZ34.7128.5912.28-
YUV144.9694.17172.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=49.64%
G=29.98%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071258500.400.590.1919.6755.9657.25
HexCF7D550283B13143839
Octal3171751250507323247071
Binary110011111111101101010101010001110111001110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D55; }

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

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

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

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

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

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

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

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