Html Css Color HEX #CD7A56 Japonica

📋 copy color: '#CD7A56'

red 205 ◦ green 122 ◦ blue 86

#CD7A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CD7A56

Tints of Japonica #CD7A56

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 49.64%
G = 29.54%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD7A56 (or 0xCD7A56) is known color: Japonica. HEX triplet: CD, 7A and 56. RGB value is (205,122,86). Sum of RGB (Red+Green+Blue) = 205+122+86=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A56 is #3285A9. Grayscale: #8E8E8E. Windows color (decimal): -3311018 or 5667533. OLE color: 5667533.

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

Color convert

RGB 205 122 86 -
CMYK 0 0.40 0.58 0.20
HSL 18.15º 0.54% 0.57% -
HSV(B) 18.15º 0.58% 0.8% -
XYZ 33.82 27.57 12.34 -
YUV 142.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 205 122 86 0 0.40 0.58 0.20 18.15 0.54 0.57
Hex CD 7A 56 0 28 3A 14 12 36 39
Octal 315 172 126 0 50 72 24 22 66 71
Binary 11001101 1111010 1010110 0 101000 111010 10100 10010 110110 111001

Color Harmonies of #CD7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A56

Black with #CD7A56

Text Example


Text Example

White with #CD7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A56; }

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

 H1.HeaderClassName
 {
   color: #CD7A56;
 }
 .AnyTagClassName
 {
   color: #CD7A56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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