Html Css Color HEX #C07055 Japonica

📋 copy color: '#C07055'

red 192 ◦ green 112 ◦ blue 85

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

Shades of Japonica #C07055

Tints of Japonica #C07055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 49.36%
G = 28.79%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07055 (or 0xC07055) is known color: Japonica. HEX triplet: C0, 70 and 55. RGB value is (192,112,85). Sum of RGB (Red+Green+Blue) = 192+112+85=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07055 is #3F8FAA. Grayscale: #858585. Windows color (decimal): -4165547 or 5599424. OLE color: 5599424.

HSL color Cylindrical-coordinate representation of color #C07055: hue angle of 15.14º 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 #C07055 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 85 -
CMYK 0 0.42 0.56 0.25
HSL 15.14º 0.46% 0.54% -
HSV(B) 15.14º 0.56% 0.75% -
XYZ 29.17 23.45 11.58 -
YUV 132.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 192 112 85 0 0.42 0.56 0.25 15.14 0.46 0.54
Hex C0 70 55 0 2A 38 19 F 2E 36
Octal 300 160 125 0 52 70 31 17 56 66
Binary 11000000 1110000 1010101 0 101010 111000 11001 1111 101110 110110

Color Harmonies of #C07055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07055

Black with #C07055

Text Example


Text Example

White with #C07055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07055; }

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

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

background-color css

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

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

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

border-color css

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

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

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