#CD775C

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

Shades of Japonica #CD775C

Tints of Japonica #CD775C

Color information

#CD775C (or 0xCD775C) is unknown color: approx Japonica. HEX triplet: CD, 77 and 5C. RGB value is (205,119,92). Sum of RGB (Red+Green+Blue) = 205+119+92=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD775C is #3288A3. Grayscale: #8D8D8D. Windows color (decimal): -3311780 or 6059981. OLE color: 6059981.

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

Color convert

RGB20511992-
CMYK00.420.550.20
HSL14.34º53.05%58.24%-
HSV(B)14.34º55.12%80.39%-
XYZ33.7126.9513.55-
YUV141.6499.99173.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=49.28%
G=28.61%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051199200.420.550.2014.3453.0558.24
HexCD775C02A3714e353a
Octal3151671340526724166572
Binary11001101111011110111000101010110111101001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD775C; }

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

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

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

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

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

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

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

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