Html Css Color HEX #CC7256 Japonica

📋 copy color: '#CC7256'

red 204 ◦ green 114 ◦ blue 86

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

Shades of Japonica #CC7256

Tints of Japonica #CC7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 50.5%
G = 28.22%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7256 (or 0xCC7256) is known color: Japonica. HEX triplet: CC, 72 and 56. RGB value is (204,114,86). Sum of RGB (Red+Green+Blue) = 204+114+86=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7256 is #338DA9. Grayscale: #898989. Windows color (decimal): -3378602 or 5665484. OLE color: 5665484.

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

Color convert

RGB 204 114 86 -
CMYK 0 0.44 0.58 0.2
HSL 14.24º 0.54% 0.57% -
HSV(B) 14.24º 0.58% 0.8% -
XYZ 32.6 25.54 12.02 -
YUV 137.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 204 114 86 0 0.44 0.58 0.2 14.24 0.54 0.57
Hex CC 72 56 0 2C 3A 14 E 36 39
Octal 314 162 126 0 54 72 24 16 66 71
Binary 11001100 1110010 1010110 0 101100 111010 10100 1110 110110 111001

Color Harmonies of #CC7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7256

Black with #CC7256

Text Example


Text Example

White with #CC7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7256; }

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

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

background-color css

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

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

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

border-color css

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

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

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