#cf7752

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

Shades of Japonica #CF7752

Tints of Japonica #CF7752

Color information

#CF7752 (or 0xCF7752) is unknown color: approx Japonica. HEX triplet: CF, 77 and 52. RGB value is (207,119,82). Sum of RGB (Red+Green+Blue) = 207+119+82=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7752 is #3088AD. Grayscale: #8D8D8D. Windows color (decimal): -3180718 or 5404623. OLE color: 5404623.

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

Color convert

RGB20711982-
CMYK00.430.600.19
HSL17.76º56.56%56.67%-
HSV(B)17.76º60.39%81.18%-
XYZ33.8527.0711.42-
YUV141.0994.65175.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=50.74%
G=29.17%
B=20.10%

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
Decimal2071198200.430.600.1917.7656.5656.67
HexCF775202B3C13123939
Octal3171671220537423227171
Binary110011111110111101001001010111111001001110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7752; }

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

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

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

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

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

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

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

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