Html Css Color HEX #C06F56 Japonica

📋 copy color: '#C06F56'

red 192 ◦ green 111 ◦ blue 86

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

Shades of Japonica #C06F56

Tints of Japonica #C06F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 49.36%
G = 28.53%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C06F56 (or 0xC06F56) is known color: Japonica. HEX triplet: C0, 6F and 56. RGB value is (192,111,86). Sum of RGB (Red+Green+Blue) = 192+111+86=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F56 is #3F90A9. Grayscale: #848484. Windows color (decimal): -4165802 or 5664704. OLE color: 5664704.

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

Color convert

RGB 192 111 86 -
CMYK 0 0.42 0.55 0.25
HSL 14.15º 0.46% 0.55% -
HSV(B) 14.15º 0.55% 0.75% -
XYZ 29.1 23.25 11.76 -
YUV 132.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 192 111 86 0 0.42 0.55 0.25 14.15 0.46 0.55
Hex C0 6F 56 0 2A 37 19 E 2E 37
Octal 300 157 126 0 52 67 31 16 56 67
Binary 11000000 1101111 1010110 0 101010 110111 11001 1110 101110 110111

Color Harmonies of #C06F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F56

Black with #C06F56

Text Example


Text Example

White with #C06F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F56; }

 p { color: rgb(192,111,86); }

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

background-color css

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

 a { background-color: rgb(192,111,86); }

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

border-color css

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

 span { border-color: rgb(192,111,86); }

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