Html Css Color HEX #C6765E Japonica

📋 copy color: '#C6765E'

red 198 ◦ green 118 ◦ blue 94

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

Shades of Japonica #C6765E

Tints of Japonica #C6765E

RGB

 RED value IS 198 (77.73% from 255) = 48.29%

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

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

R = 48.29%
G = 28.78%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6765E (or 0xC6765E) is known color: Japonica. HEX triplet: C6, 76 and 5E. RGB value is (198,118,94). Sum of RGB (Red+Green+Blue) = 198+118+94=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6765E is #3989A1. Grayscale: #8B8B8B. Windows color (decimal): -3770786 or 6190790. OLE color: 6190790.

HSL color Cylindrical-coordinate representation of color #C6765E: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6765E is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 94 -
CMYK 0 0.40 0.53 0.22
HSL 13.85º 0.48% 0.57% -
HSV(B) 13.85º 0.53% 0.78% -
XYZ 31.79 25.77 13.89 -
YUV 139.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 198 118 94 0 0.40 0.53 0.22 13.85 0.48 0.57
Hex C6 76 5E 0 28 35 16 E 30 39
Octal 306 166 136 0 50 65 26 16 60 71
Binary 11000110 1110110 1011110 0 101000 110101 10110 1110 110000 111001

Color Harmonies of #C6765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6765E

Black with #C6765E

Text Example


Text Example

White with #C6765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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