Html Css Color HEX #C0765E Japonica

📋 copy color: '#C0765E'

red 192 ◦ green 118 ◦ blue 94

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

Shades of Japonica #C0765E

Tints of Japonica #C0765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 47.52%
G = 29.21%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0765E (or 0xC0765E) is known color: Japonica. HEX triplet: C0, 76 and 5E. RGB value is (192,118,94). Sum of RGB (Red+Green+Blue) = 192+118+94=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0765E is #3F89A1. Grayscale: #898989. Windows color (decimal): -4164002 or 6190784. OLE color: 6190784.

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

Color convert

RGB 192 118 94 -
CMYK 0 0.39 0.51 0.25
HSL 14.69º 0.44% 0.56% -
HSV(B) 14.69º 0.51% 0.75% -
XYZ 30.24 24.97 13.82 -
YUV 137.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 192 118 94 0 0.39 0.51 0.25 14.69 0.44 0.56
Hex C0 76 5E 0 27 33 19 F 2C 38
Octal 300 166 136 0 47 63 31 17 54 70
Binary 11000000 1110110 1011110 0 100111 110011 11001 1111 101100 111000

Color Harmonies of #C0765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0765E

Black with #C0765E

Text Example


Text Example

White with #C0765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0765E; }

 p { color: rgb(192,118,94); }

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

background-color css

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

 a { background-color: rgb(192,118,94); }

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

border-color css

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

 span { border-color: rgb(192,118,94); }

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