Html Css Color HEX #C0745B Japonica

📋 copy color: '#C0745B'

red 192 ◦ green 116 ◦ blue 91

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

Shades of Japonica #C0745B

Tints of Japonica #C0745B

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

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

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

R = 48.12%
G = 29.07%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0745B (or 0xC0745B) is known color: Japonica. HEX triplet: C0, 74 and 5B. RGB value is (192,116,91). Sum of RGB (Red+Green+Blue) = 192+116+91=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0745B is #3F8BA4. Grayscale: #888888. Windows color (decimal): -4164517 or 5993664. OLE color: 5993664.

HSL color Cylindrical-coordinate representation of color #C0745B: hue angle of 14.85º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0745B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 91 -
CMYK 0 0.40 0.53 0.25
HSL 14.85º 0.44% 0.55% -
HSV(B) 14.85º 0.53% 0.75% -
XYZ 29.87 24.45 13.04 -
YUV 135.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 192 116 91 0 0.40 0.53 0.25 14.85 0.44 0.55
Hex C0 74 5B 0 28 35 19 F 2C 37
Octal 300 164 133 0 50 65 31 17 54 67
Binary 11000000 1110100 1011011 0 101000 110101 11001 1111 101100 110111

Color Harmonies of #C0745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0745B

Black with #C0745B

Text Example


Text Example

White with #C0745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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