#CD7665

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

Shades of Japonica #CD7665

Tints of Japonica #CD7665

Color information

#CD7665 (or 0xCD7665) is unknown color: approx Japonica. HEX triplet: CD, 76 and 65. RGB value is (205,118,101). Sum of RGB (Red+Green+Blue) = 205+118+101=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7665 is #32899A. Grayscale: #8E8E8E. Windows color (decimal): -3312027 or 6649549. OLE color: 6649549.

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

Color convert

RGB205118101-
CMYK00.420.510.20
HSL9.81º50.98%60%-
HSV(B)9.81º50.73%80.39%-
XYZ3426.8815.71-
YUV142.07104.82172.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=48.35%
G=27.83%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511810100.420.510.209.8150.9860
HexCD766502A3314a333c
Octal3151661450526324126374
Binary11001101111011011001010101010110011101001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7665; }

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

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

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

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

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

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

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

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