#CF7867

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

Shades of Japonica #CF7867

Tints of Japonica #CF7867

Color information

#CF7867 (or 0xCF7867) is unknown color: approx Japonica. HEX triplet: CF, 78 and 67. RGB value is (207,120,103). Sum of RGB (Red+Green+Blue) = 207+120+103=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7867 is #308798. Grayscale: #909090. Windows color (decimal): -3180441 or 6781135. OLE color: 6781135.

HSL color Cylindrical-coordinate representation of color #CF7867: hue angle of 9.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7867 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207120103-
CMYK00.420.500.19
HSL9.81º52%60.78%-
HSV(B)9.81º50.24%81.18%-
XYZ34.927.6816.34-
YUV144.07104.82172.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=48.14%
G=27.91%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712010300.420.500.199.815260.78
HexCF786702A3213a343d
Octal3171701470526223126475
Binary11001111111100011001110101010110010100111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7867; }

 p { color: rgb(207,120,103); }

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

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

 a { background-color: rgb(207,120,103); }

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

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

 span { border-color: rgb(207,120,103); }

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