Html Css Color HEX #CD6C56 Japonica

📋 copy color: '#CD6C56'

red 205 ◦ green 108 ◦ blue 86

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

Shades of Japonica #CD6C56

Tints of Japonica #CD6C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 51.38%
G = 27.07%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD6C56 (or 0xCD6C56) is known color: Japonica. HEX triplet: CD, 6C and 56. RGB value is (205,108,86). Sum of RGB (Red+Green+Blue) = 205+108+86=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C56 is #3293A9. Grayscale: #868686. Windows color (decimal): -3314602 or 5663949. OLE color: 5663949.

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

Color convert

RGB 205 108 86 -
CMYK 0 0.47 0.58 0.20
HSL 11.09º 0.54% 0.57% -
HSV(B) 11.09º 0.58% 0.8% -
XYZ 32.22 24.38 11.81 -
YUV 134.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 205 108 86 0 0.47 0.58 0.20 11.09 0.54 0.57
Hex CD 6C 56 0 2F 3A 14 B 36 39
Octal 315 154 126 0 57 72 24 13 66 71
Binary 11001101 1101100 1010110 0 101111 111010 10100 1011 110110 111001

Color Harmonies of #CD6C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C56

Black with #CD6C56

Text Example


Text Example

White with #CD6C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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