Html Css Color HEX #CC745F Japonica

📋 copy color: '#CC745F'

red 204 ◦ green 116 ◦ blue 95

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

Shades of Japonica #CC745F

Tints of Japonica #CC745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 49.16%
G = 27.95%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC745F (or 0xCC745F) is known color: Japonica. HEX triplet: CC, 74 and 5F. RGB value is (204,116,95). Sum of RGB (Red+Green+Blue) = 204+116+95=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC745F is #338BA0. Grayscale: #8C8C8C. Windows color (decimal): -3378081 or 6255820. OLE color: 6255820.

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

Color convert

RGB 204 116 95 -
CMYK 0 0.43 0.53 0.2
HSL 11.56º 0.52% 0.59% -
HSV(B) 11.56º 0.53% 0.8% -
XYZ 33.21 26.15 14.12 -
YUV 139.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 204 116 95 0 0.43 0.53 0.2 11.56 0.52 0.59
Hex CC 74 5F 0 2B 35 14 C 34 3B
Octal 314 164 137 0 53 65 24 14 64 73
Binary 11001100 1110100 1011111 0 101011 110101 10100 1100 110100 111011

Color Harmonies of #CC745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC745F

Black with #CC745F

Text Example


Text Example

White with #CC745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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