Html Css Color HEX #CC7156 Japonica

📋 copy color: '#CC7156'

red 204 ◦ green 113 ◦ blue 86

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

Shades of Japonica #CC7156

Tints of Japonica #CC7156

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 50.62%
G = 28.04%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7156 (or 0xCC7156) is known color: Japonica. HEX triplet: CC, 71 and 56. RGB value is (204,113,86). Sum of RGB (Red+Green+Blue) = 204+113+86=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7156 is #338EA9. Grayscale: #898989. Windows color (decimal): -3378858 or 5665228. OLE color: 5665228.

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

Color convert

RGB 204 113 86 -
CMYK 0 0.45 0.58 0.2
HSL 13.73º 0.54% 0.57% -
HSV(B) 13.73º 0.58% 0.8% -
XYZ 32.49 25.32 11.98 -
YUV 137.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 204 113 86 0 0.45 0.58 0.2 13.73 0.54 0.57
Hex CC 71 56 0 2D 3A 14 E 36 39
Octal 314 161 126 0 55 72 24 16 66 71
Binary 11001100 1110001 1010110 0 101101 111010 10100 1110 110110 111001

Color Harmonies of #CC7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7156

Black with #CC7156

Text Example


Text Example

White with #CC7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7156; }

 p { color: rgb(204,113,86); }

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

background-color css

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

 a { background-color: rgb(204,113,86); }

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

border-color css

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

 span { border-color: rgb(204,113,86); }

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