#CD7765

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

Shades of Japonica #CD7765

Tints of Japonica #CD7765

Color information

#CD7765 (or 0xCD7765) is unknown color: approx Japonica. HEX triplet: CD, 77 and 65. RGB value is (205,119,101). Sum of RGB (Red+Green+Blue) = 205+119+101=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7765 is #32889A. Grayscale: #8E8E8E. Windows color (decimal): -3311771 or 6649805. OLE color: 6649805.

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

Color convert

RGB205119101-
CMYK00.420.510.20
HSL10.38º50.98%60%-
HSV(B)10.38º50.73%80.39%-
XYZ34.1227.1115.75-
YUV142.66104.49172.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=48.24%
G=28%
B=23.76%

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
Decimal20511910100.420.510.2010.3850.9860
HexCD776502A3314a333c
Octal3151671450526324126374
Binary11001101111011111001010101010110011101001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7765; }

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

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

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

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

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

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

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

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