#CD7652

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

Shades of Japonica #CD7652

Tints of Japonica #CD7652

Color information

#CD7652 (or 0xCD7652) is unknown color: approx Japonica. HEX triplet: CD, 76 and 52. RGB value is (205,118,82). Sum of RGB (Red+Green+Blue) = 205+118+82=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7652 is #3289AD. Grayscale: #8C8C8C. Windows color (decimal): -3312046 or 5404365. OLE color: 5404365.

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

Color convert

RGB20511882-
CMYK00.420.60.20
HSL17.56º55.16%56.27%-
HSV(B)17.56º60%80.39%-
XYZ33.1826.5511.36-
YUV139.9195.32174.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=50.62%
G=29.14%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051188200.420.60.2017.5655.1656.27
HexCD765202A3C14123738
Octal3151661220527424226770
Binary110011011110110101001001010101111001010010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7652; }

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

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

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

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

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

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

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

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