#CF7A5D

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

Shades of Japonica #CF7A5D

Tints of Japonica #CF7A5D

Color information

#CF7A5D (or 0xCF7A5D) is unknown color: approx Japonica. HEX triplet: CF, 7A and 5D. RGB value is (207,122,93). Sum of RGB (Red+Green+Blue) = 207+122+93=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A5D is #3085A2. Grayscale: #909090. Windows color (decimal): -3179939 or 6126287. OLE color: 6126287.

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

Color convert

RGB20712293-
CMYK00.410.550.19
HSL15.26º54.29%58.82%-
HSV(B)15.26º55.07%81.18%-
XYZ34.6727.9713.93-
YUV144.1199.16172.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=49.05%
G=28.91%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071229300.410.550.1915.2654.2958.82
HexCF7A5D0293713f363b
Octal3171721350516723176673
Binary11001111111101010111010101001110111100111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A5D; }

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

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

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

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

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

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

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

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