#CD7761

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

Shades of Japonica #CD7761

Tints of Japonica #CD7761

Color information

#CD7761 (or 0xCD7761) is unknown color: approx Japonica. HEX triplet: CD, 77 and 61. RGB value is (205,119,97). Sum of RGB (Red+Green+Blue) = 205+119+97=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7761 is #32889E. Grayscale: #8E8E8E. Windows color (decimal): -3311775 or 6387661. OLE color: 6387661.

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

Color convert

RGB20511997-
CMYK00.420.530.20
HSL12.22º51.92%59.22%-
HSV(B)12.22º52.68%80.39%-
XYZ33.9327.0414.74-
YUV142.21102.49172.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=48.69%
G=28.27%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051199700.420.530.2012.2251.9259.22
HexCD776102A3514c343b
Octal3151671410526524146473
Binary11001101111011111000010101010110101101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7761; }

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

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

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

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

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

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

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

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