Html Css Color HEX #CD6E56 Japonica

📋 copy color: '#CD6E56'

red 205 ◦ green 110 ◦ blue 86

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

Shades of Japonica #CD6E56

Tints of Japonica #CD6E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 51.12%
G = 27.43%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD6E56 (or 0xCD6E56) is known color: Japonica. HEX triplet: CD, 6E and 56. RGB value is (205,110,86). Sum of RGB (Red+Green+Blue) = 205+110+86=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E56 is #3291A9. Grayscale: #878787. Windows color (decimal): -3314090 or 5664461. OLE color: 5664461.

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

Color convert

RGB 205 110 86 -
CMYK 0 0.46 0.58 0.20
HSL 12.1º 0.54% 0.57% -
HSV(B) 12.1º 0.58% 0.8% -
XYZ 32.43 24.8 11.88 -
YUV 135.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 205 110 86 0 0.46 0.58 0.20 12.1 0.54 0.57
Hex CD 6E 56 0 2E 3A 14 C 36 39
Octal 315 156 126 0 56 72 24 14 66 71
Binary 11001101 1101110 1010110 0 101110 111010 10100 1100 110110 111001

Color Harmonies of #CD6E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E56

Black with #CD6E56

Text Example


Text Example

White with #CD6E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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