#CF7552

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

Shades of Japonica #CF7552

Tints of Japonica #CF7552

Color information

#CF7552 (or 0xCF7552) is unknown color: approx Japonica. HEX triplet: CF, 75 and 52. RGB value is (207,117,82). Sum of RGB (Red+Green+Blue) = 207+117+82=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7552 is #308AAD. Grayscale: #8C8C8C. Windows color (decimal): -3181230 or 5404111. OLE color: 5404111.

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

Color convert

RGB20711782-
CMYK00.430.600.19
HSL16.8º56.56%56.67%-
HSV(B)16.8º60.39%81.18%-
XYZ33.6226.611.34-
YUV139.9295.32175.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=50.99%
G=28.82%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071178200.430.600.1916.856.5656.67
HexCF755202B3C13113939
Octal3171651220537423217171
Binary110011111110101101001001010111111001001110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7552; }

 p { color: rgb(207,117,82); }

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

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

 a { background-color: rgb(207,117,82); }

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

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

 span { border-color: rgb(207,117,82); }

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