Html Css Color HEX #C06F59 Japonica

📋 copy color: '#C06F59'

red 192 ◦ green 111 ◦ blue 89

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

Shades of Japonica #C06F59

Tints of Japonica #C06F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 48.98%
G = 28.32%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C06F59 (or 0xC06F59) is known color: Japonica. HEX triplet: C0, 6F and 59. RGB value is (192,111,89). Sum of RGB (Red+Green+Blue) = 192+111+89=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F59 is #3F90A6. Grayscale: #848484. Windows color (decimal): -4165799 or 5861312. OLE color: 5861312.

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

Color convert

RGB 192 111 89 -
CMYK 0 0.42 0.54 0.25
HSL 12.82º 0.45% 0.55% -
HSV(B) 12.82º 0.54% 0.75% -
XYZ 29.23 23.3 12.41 -
YUV 132.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 192 111 89 0 0.42 0.54 0.25 12.82 0.45 0.55
Hex C0 6F 59 0 2A 36 19 D 2D 37
Octal 300 157 131 0 52 66 31 15 55 67
Binary 11000000 1101111 1011001 0 101010 110110 11001 1101 101101 110111

Color Harmonies of #C06F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F59

Black with #C06F59

Text Example


Text Example

White with #C06F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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