Html Css Color HEX #CC7A56 Japonica

📋 copy color: '#CC7A56'

red 204 ◦ green 122 ◦ blue 86

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

Shades of Japonica #CC7A56

Tints of Japonica #CC7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

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

R = 49.51%
G = 29.61%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7A56 (or 0xCC7A56) is known color: Japonica. HEX triplet: CC, 7A and 56. RGB value is (204,122,86). Sum of RGB (Red+Green+Blue) = 204+122+86=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A56 is #3385A9. Grayscale: #8E8E8E. Windows color (decimal): -3376554 or 5667532. OLE color: 5667532.

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

Color convert

RGB 204 122 86 -
CMYK 0 0.40 0.58 0.2
HSL 18.31º 0.54% 0.57% -
HSV(B) 18.31º 0.58% 0.8% -
XYZ 33.54 27.43 12.33 -
YUV 142.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 204 122 86 0 0.40 0.58 0.2 18.31 0.54 0.57
Hex CC 7A 56 0 28 3A 14 12 36 39
Octal 314 172 126 0 50 72 24 22 66 71
Binary 11001100 1111010 1010110 0 101000 111010 10100 10010 110110 111001

Color Harmonies of #CC7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A56

Black with #CC7A56

Text Example


Text Example

White with #CC7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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