Html Css Color HEX #CC745D Japonica

📋 copy color: '#CC745D'

red 204 ◦ green 116 ◦ blue 93

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

Shades of Japonica #CC745D

Tints of Japonica #CC745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 49.39%
G = 28.09%
B = 22.52%

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

#CC745D (or 0xCC745D) is known color: Japonica. HEX triplet: CC, 74 and 5D. RGB value is (204,116,93). Sum of RGB (Red+Green+Blue) = 204+116+93=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC745D is #338BA2. Grayscale: #8B8B8B. Windows color (decimal): -3378083 or 6124748. OLE color: 6124748.

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

Color convert

RGB 204 116 93 -
CMYK 0 0.43 0.54 0.2
HSL 12.43º 0.52% 0.58% -
HSV(B) 12.43º 0.54% 0.8% -
XYZ 33.12 26.12 13.65 -
YUV 139.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 204 116 93 0 0.43 0.54 0.2 12.43 0.52 0.58
Hex CC 74 5D 0 2B 36 14 C 34 3A
Octal 314 164 135 0 53 66 24 14 64 72
Binary 11001100 1110100 1011101 0 101011 110110 10100 1100 110100 111010

Color Harmonies of #CC745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC745D

Black with #CC745D

Text Example


Text Example

White with #CC745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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