#CD7764

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

Shades of Japonica #CD7764

Tints of Japonica #CD7764

Color information

#CD7764 (or 0xCD7764) is unknown color: approx Japonica. HEX triplet: CD, 77 and 64. RGB value is (205,119,100). Sum of RGB (Red+Green+Blue) = 205+119+100=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7764 is #32889B. Grayscale: #8E8E8E. Windows color (decimal): -3311772 or 6584269. OLE color: 6584269.

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

Color convert

RGB205119100-
CMYK00.420.510.20
HSL10.86º51.22%59.8%-
HSV(B)10.86º51.22%80.39%-
XYZ34.0727.0915.49-
YUV142.55103.99172.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=48.35%
G=28.07%
B=23.58%

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
Decimal20511910000.420.510.2010.8651.2259.8
HexCD776402A3314b333c
Octal3151671440526324136374
Binary11001101111011111001000101010110011101001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7764; }

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

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

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

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

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

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

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

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