Html Css Color HEX #C06E5A Japonica

📋 copy color: '#C06E5A'

red 192 ◦ green 110 ◦ blue 90

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

Shades of Japonica #C06E5A

Tints of Japonica #C06E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 48.98%
G = 28.06%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C06E5A (or 0xC06E5A) is known color: Japonica. HEX triplet: C0, 6E and 5A. RGB value is (192,110,90). Sum of RGB (Red+Green+Blue) = 192+110+90=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E5A is #3F91A5. Grayscale: #848484. Windows color (decimal): -4166054 or 5926592. OLE color: 5926592.

HSL color Cylindrical-coordinate representation of color #C06E5A: hue angle of 11.76º degrees, saturation: 0.45, 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 #C06E5A is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 90 -
CMYK 0 0.43 0.53 0.25
HSL 11.76º 0.45% 0.55% -
HSV(B) 11.76º 0.53% 0.75% -
XYZ 29.16 23.1 12.59 -
YUV 132.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 192 110 90 0 0.43 0.53 0.25 11.76 0.45 0.55
Hex C0 6E 5A 0 2B 35 19 C 2D 37
Octal 300 156 132 0 53 65 31 14 55 67
Binary 11000000 1101110 1011010 0 101011 110101 11001 1100 101101 110111

Color Harmonies of #C06E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E5A

Black with #C06E5A

Text Example


Text Example

White with #C06E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E5A; }

 p { color: rgb(192,110,90); }

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

background-color css

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

 a { background-color: rgb(192,110,90); }

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

border-color css

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

 span { border-color: rgb(192,110,90); }

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