#CF6C61

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

Shades of Japonica #CF6C61

Tints of Japonica #CF6C61

Color information

#CF6C61 (or 0xCF6C61) is unknown color: approx Japonica. HEX triplet: CF, 6C and 61. RGB value is (207,108,97). Sum of RGB (Red+Green+Blue) = 207+108+97=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C61 is #30939E. Grayscale: #888888. Windows color (decimal): -3183519 or 6384847. OLE color: 6384847.

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

Color convert

RGB20710897-
CMYK00.480.530.19
HSL53.4%59.61%-
HSV(B)53.14%81.18%-
XYZ33.2524.8514.35-
YUV136.35105.8178.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=50.24%
G=26.21%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071089700.480.530.19653.459.61
HexCF6C6103035136353c
Octal317154141060652366574
Binary1100111111011001100001011000011010110011110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C61; }

 p { color: rgb(207,108,97); }

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

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

 a { background-color: rgb(207,108,97); }

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

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

 span { border-color: rgb(207,108,97); }

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