Html Css Color HEX #C9745A Japonica

📋 copy color: '#C9745A'

red 201 ◦ green 116 ◦ blue 90

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

Shades of Japonica #C9745A

Tints of Japonica #C9745A

RGB

 RED value IS 201 (78.91% from 255) = 49.39%

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 49.39%
G = 28.5%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9745A (or 0xC9745A) is known color: Japonica. HEX triplet: C9, 74 and 5A. RGB value is (201,116,90). Sum of RGB (Red+Green+Blue) = 201+116+90=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9745A is #368BA5. Grayscale: #8A8A8A. Windows color (decimal): -3574694 or 5928137. OLE color: 5928137.

HSL color Cylindrical-coordinate representation of color #C9745A: hue angle of 14.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9745A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 90 -
CMYK 0 0.42 0.55 0.21
HSL 14.05º 0.51% 0.57% -
HSV(B) 14.05º 0.55% 0.79% -
XYZ 32.18 25.65 12.93 -
YUV 138.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 201 116 90 0 0.42 0.55 0.21 14.05 0.51 0.57
Hex C9 74 5A 0 2A 37 15 E 33 39
Octal 311 164 132 0 52 67 25 16 63 71
Binary 11001001 1110100 1011010 0 101010 110111 10101 1110 110011 111001

Color Harmonies of #C9745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9745A

Black with #C9745A

Text Example


Text Example

White with #C9745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9745A; }

 p { color: rgb(201,116,90); }

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

background-color css

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

 a { background-color: rgb(201,116,90); }

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

border-color css

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

 span { border-color: rgb(201,116,90); }

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