#CD7666

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

Shades of Japonica #CD7666

Tints of Japonica #CD7666

Color information

#CD7666 (or 0xCD7666) is unknown color: approx Japonica. HEX triplet: CD, 76 and 66. RGB value is (205,118,102). Sum of RGB (Red+Green+Blue) = 205+118+102=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7666 is #328999. Grayscale: #8E8E8E. Windows color (decimal): -3312026 or 6715085. OLE color: 6715085.

HSL color Cylindrical-coordinate representation of color #CD7666: hue angle of 9.32º 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 #CD7666 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205118102-
CMYK00.420.500.20
HSL9.32º50.74%60.2%-
HSV(B)9.32º50.24%80.39%-
XYZ34.0526.915.97-
YUV142.19105.32172.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 102 (40.23% from 255) = 24%
R=48.24%
G=27.76%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511810200.420.500.209.3250.7460.2
HexCD766602A32149333c
Octal3151661460526224116374
Binary11001101111011011001100101010110010101001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7666; }

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

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

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

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

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

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

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

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