Html Css Color HEX #CC7359 Japonica

📋 copy color: '#CC7359'

red 204 ◦ green 115 ◦ blue 89

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

Shades of Japonica #CC7359

Tints of Japonica #CC7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 89 (35.16% from 255) = 21.81%

R = 50%
G = 28.19%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC7359 (or 0xCC7359) is known color: Japonica. HEX triplet: CC, 73 and 59. RGB value is (204,115,89). Sum of RGB (Red+Green+Blue) = 204+115+89=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7359 is #338CA6. Grayscale: #8A8A8A. Windows color (decimal): -3378343 or 5862348. OLE color: 5862348.

HSL color Cylindrical-coordinate representation of color #CC7359: hue angle of 13.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC7359 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 89 -
CMYK 0 0.44 0.56 0.2
HSL 13.57º 0.53% 0.57% -
HSV(B) 13.57º 0.56% 0.8% -
XYZ 32.84 25.82 12.7 -
YUV 138.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 204 115 89 0 0.44 0.56 0.2 13.57 0.53 0.57
Hex CC 73 59 0 2C 38 14 E 35 39
Octal 314 163 131 0 54 70 24 16 65 71
Binary 11001100 1110011 1011001 0 101100 111000 10100 1110 110101 111001

Color Harmonies of #CC7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7359

Black with #CC7359

Text Example


Text Example

White with #CC7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7359; }

 p { color: rgb(204,115,89); }

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

background-color css

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

 a { background-color: rgb(204,115,89); }

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

border-color css

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

 span { border-color: rgb(204,115,89); }

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