Html Css Color HEX #C9745B Japonica

📋 copy color: '#C9745B'

red 201 ◦ green 116 ◦ blue 91

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

Shades of Japonica #C9745B

Tints of Japonica #C9745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 49.26%
G = 28.43%
B = 22.3%

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

#C9745B (or 0xC9745B) is known color: Japonica. HEX triplet: C9, 74 and 5B. RGB value is (201,116,91). Sum of RGB (Red+Green+Blue) = 201+116+91=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9745B is #368BA4. Grayscale: #8A8A8A. Windows color (decimal): -3574693 or 5993673. OLE color: 5993673.

HSL color Cylindrical-coordinate representation of color #C9745B: hue angle of 13.64º degrees, saturation: 0.5, 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 #C9745B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 91 -
CMYK 0 0.42 0.55 0.21
HSL 13.64º 0.5% 0.57% -
HSV(B) 13.64º 0.55% 0.79% -
XYZ 32.22 25.66 13.15 -
YUV 138.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 201 116 91 0 0.42 0.55 0.21 13.64 0.5 0.57
Hex C9 74 5B 0 2A 37 15 E 32 39
Octal 311 164 133 0 52 67 25 16 62 71
Binary 11001001 1110100 1011011 0 101010 110111 10101 1110 110010 111001

Color Harmonies of #C9745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9745B

Black with #C9745B

Text Example


Text Example

White with #C9745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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