#CD7552

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

Shades of Japonica #CD7552

Tints of Japonica #CD7552

Color information

#CD7552 (or 0xCD7552) is unknown color: approx Japonica. HEX triplet: CD, 75 and 52. RGB value is (205,117,82). Sum of RGB (Red+Green+Blue) = 205+117+82=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7552 is #328AAD. Grayscale: #8B8B8B. Windows color (decimal): -3312302 or 5404109. OLE color: 5404109.

HSL color Cylindrical-coordinate representation of color #CD7552: hue angle of 17.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD7552 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB20511782-
CMYK00.430.60.20
HSL17.07º55.16%56.27%-
HSV(B)17.07º60%80.39%-
XYZ33.0626.3111.32-
YUV139.3295.65174.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.74%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=50.74%
G=28.96%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051178200.430.60.2017.0755.1656.27
HexCD755202B3C14113738
Octal3151651220537424216770
Binary110011011110101101001001010111111001010010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7552; }

 p { color: rgb(205,117,82); }

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

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

 a { background-color: rgb(205,117,82); }

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

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

 span { border-color: rgb(205,117,82); }

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