#CD7866

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

Shades of Japonica #CD7866

Tints of Japonica #CD7866

Color information

#CD7866 (or 0xCD7866) is unknown color: approx Japonica. HEX triplet: CD, 78 and 66. RGB value is (205,120,102). Sum of RGB (Red+Green+Blue) = 205+120+102=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7866 is #328799. Grayscale: #8F8F8F. Windows color (decimal): -3311514 or 6715597. OLE color: 6715597.

HSL color Cylindrical-coordinate representation of color #CD7866: hue angle of 10.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7866 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205120102-
CMYK00.410.500.20
HSL10.49º50.74%60.2%-
HSV(B)10.49º50.24%80.39%-
XYZ34.2927.3716.05-
YUV143.36104.66171.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=48.01%
G=28.10%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512010200.410.500.2010.4950.7460.2
HexCD78660293214a333c
Octal3151701460516224126374
Binary11001101111100011001100101001110010101001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7866; }

 p { color: rgb(205,120,102); }

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

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

 a { background-color: rgb(205,120,102); }

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

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

 span { border-color: rgb(205,120,102); }

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