Html Css Color HEX #CC745E Japonica

📋 copy color: '#CC745E'

red 204 ◦ green 116 ◦ blue 94

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

Shades of Japonica #CC745E

Tints of Japonica #CC745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 49.28%
G = 28.02%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC745E (or 0xCC745E) is known color: Japonica. HEX triplet: CC, 74 and 5E. RGB value is (204,116,94). Sum of RGB (Red+Green+Blue) = 204+116+94=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC745E is #338BA1. Grayscale: #8B8B8B. Windows color (decimal): -3378082 or 6190284. OLE color: 6190284.

HSL color Cylindrical-coordinate representation of color #CC745E: hue angle of 12º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC745E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 94 -
CMYK 0 0.43 0.54 0.2
HSL 12º 0.52% 0.58% -
HSV(B) 12º 0.54% 0.8% -
XYZ 33.17 26.14 13.89 -
YUV 139.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 204 116 94 0 0.43 0.54 0.2 12 0.52 0.58
Hex CC 74 5E 0 2B 36 14 C 34 3A
Octal 314 164 136 0 53 66 24 14 64 72
Binary 11001100 1110100 1011110 0 101011 110110 10100 1100 110100 111010

Color Harmonies of #CC745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC745E

Black with #CC745E

Text Example


Text Example

White with #CC745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC745E; }

 p { color: rgb(204,116,94); }

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

background-color css

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

 a { background-color: rgb(204,116,94); }

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

border-color css

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

 span { border-color: rgb(204,116,94); }

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