Html Css Color HEX #C07455 Japonica

📋 copy color: '#C07455'

red 192 ◦ green 116 ◦ blue 85

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

Shades of Japonica #C07455

Tints of Japonica #C07455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 48.85%
G = 29.52%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07455 (or 0xC07455) is known color: Japonica. HEX triplet: C0, 74 and 55. RGB value is (192,116,85). Sum of RGB (Red+Green+Blue) = 192+116+85=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07455 is #3F8BAA. Grayscale: #878787. Windows color (decimal): -4164523 or 5600448. OLE color: 5600448.

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

Color convert

RGB 192 116 85 -
CMYK 0 0.40 0.56 0.25
HSL 17.38º 0.46% 0.54% -
HSV(B) 17.38º 0.56% 0.75% -
XYZ 29.62 24.35 11.73 -
YUV 135.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 192 116 85 0 0.40 0.56 0.25 17.38 0.46 0.54
Hex C0 74 55 0 28 38 19 11 2E 36
Octal 300 164 125 0 50 70 31 21 56 66
Binary 11000000 1110100 1010101 0 101000 111000 11001 10001 101110 110110

Color Harmonies of #C07455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07455

Black with #C07455

Text Example


Text Example

White with #C07455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07455; }

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

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

background-color css

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

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

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

border-color css

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

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

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