Html Css Color HEX #CC7656 Japonica

📋 copy color: '#CC7656'

red 204 ◦ green 118 ◦ blue 86

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

Shades of Japonica #CC7656

Tints of Japonica #CC7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 50%
G = 28.92%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7656 (or 0xCC7656) is known color: Japonica. HEX triplet: CC, 76 and 56. RGB value is (204,118,86). Sum of RGB (Red+Green+Blue) = 204+118+86=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7656 is #3389A9. Grayscale: #8C8C8C. Windows color (decimal): -3377578 or 5666508. OLE color: 5666508.

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

Color convert

RGB 204 118 86 -
CMYK 0 0.42 0.58 0.2
HSL 16.27º 0.54% 0.57% -
HSV(B) 16.27º 0.58% 0.8% -
XYZ 33.06 26.47 12.17 -
YUV 140.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 204 118 86 0 0.42 0.58 0.2 16.27 0.54 0.57
Hex CC 76 56 0 2A 3A 14 10 36 39
Octal 314 166 126 0 52 72 24 20 66 71
Binary 11001100 1110110 1010110 0 101010 111010 10100 10000 110110 111001

Color Harmonies of #CC7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7656

Black with #CC7656

Text Example


Text Example

White with #CC7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7656; }

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

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

background-color css

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

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

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

border-color css

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

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

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