#CD7A5F

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

Shades of Japonica #CD7A5F

Tints of Japonica #CD7A5F

Color information

#CD7A5F (or 0xCD7A5F) is unknown color: approx Japonica. HEX triplet: CD, 7A and 5F. RGB value is (205,122,95). Sum of RGB (Red+Green+Blue) = 205+122+95=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A5F is #3285A0. Grayscale: #8F8F8F. Windows color (decimal): -3311009 or 6257357. OLE color: 6257357.

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

Color convert

RGB20512295-
CMYK00.400.540.20
HSL14.73º52.38%58.82%-
HSV(B)14.73º53.66%80.39%-
XYZ34.227.7214.38-
YUV143.74100.5171.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=48.58%
G=28.91%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051229500.400.540.2014.7352.3858.82
HexCD7A5F0283614f343b
Octal3151721370506624176473
Binary11001101111101010111110101000110110101001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A5F; }

 p { color: rgb(205,122,95); }

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

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

 a { background-color: rgb(205,122,95); }

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

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

 span { border-color: rgb(205,122,95); }

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