#CD7766

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

Shades of Japonica #CD7766

Tints of Japonica #CD7766

Color information

#CD7766 (or 0xCD7766) is unknown color: approx Japonica. HEX triplet: CD, 77 and 66. RGB value is (205,119,102). Sum of RGB (Red+Green+Blue) = 205+119+102=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7766 is #328899. Grayscale: #8E8E8E. Windows color (decimal): -3311770 or 6715341. OLE color: 6715341.

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

Color convert

RGB205119102-
CMYK00.420.500.20
HSL9.9º50.74%60.2%-
HSV(B)9.9º50.24%80.39%-
XYZ34.1727.1316.01-
YUV142.78104.99172.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=48.12%
G=27.93%
B=23.94%

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
Decimal20511910200.420.500.209.950.7460.2
HexCD776602A3214a333c
Octal3151671460526224126374
Binary11001101111011111001100101010110010101001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7766; }

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

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

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

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

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

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

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

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