Html Css Color HEX #C9745C Japonica

📋 copy color: '#C9745C'

red 201 ◦ green 116 ◦ blue 92

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

Shades of Japonica #C9745C

Tints of Japonica #C9745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 49.14%
G = 28.36%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9745C (or 0xC9745C) is known color: Japonica. HEX triplet: C9, 74 and 5C. RGB value is (201,116,92). Sum of RGB (Red+Green+Blue) = 201+116+92=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9745C is #368BA3. Grayscale: #8A8A8A. Windows color (decimal): -3574692 or 6059209. OLE color: 6059209.

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

Color convert

RGB 201 116 92 -
CMYK 0 0.42 0.54 0.21
HSL 13.21º 0.5% 0.57% -
HSV(B) 13.21º 0.54% 0.79% -
XYZ 32.26 25.68 13.38 -
YUV 138.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 201 116 92 0 0.42 0.54 0.21 13.21 0.5 0.57
Hex C9 74 5C 0 2A 36 15 D 32 39
Octal 311 164 134 0 52 66 25 15 62 71
Binary 11001001 1110100 1011100 0 101010 110110 10101 1101 110010 111001

Color Harmonies of #C9745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9745C

Black with #C9745C

Text Example


Text Example

White with #C9745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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